mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-14 18:22:21 +00:00
typo
This commit is contained in:
parent
c46bfa64ea
commit
01ac814b17
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ html
|
|||
|
||||
// JS
|
||||
- if(layoutEnv.NODE_ENV == 'production'){
|
||||
script(type='text/javascript', src='/#{env.getBuildUrl("static.js")')
|
||||
script(type='text/javascript', src='/#{env.getBuildUrl("static.js")}')
|
||||
- }else{
|
||||
// Remember to update the file list in Gruntfile.js!
|
||||
script(type='text/javascript', src='/bower_components/jquery/jquery.min.js')
|
||||
|
|
|
|||
Loading…
Reference in a new issue