fix: fusebox bundle rebuild bug

This commit is contained in:
NGPixel
2017-06-11 18:48:46 -04:00
committed by Nicolas Giard
parent 4adf994c90
commit d7992a5e19
3 changed files with 5 additions and 3 deletions

View File

@@ -18,7 +18,7 @@ html(data-logic='login')
link(rel='manifest', href='/manifest.json')
// JS / CSS
//- script(type='text/javascript', src='/js/libs.min.js')
script(type='text/javascript', src='/js/vendor.min.js')
script(type='text/javascript', src='/js/app.min.js')
body

View File

@@ -23,7 +23,7 @@ html
var siteRoot = '!{appconfig.host}';
//- JS / CSS
//- script(type='text/javascript', src='/js/libs.min.js')
script(type='text/javascript', src='/js/vendor.min.js')
script(type='text/javascript', src='/js/app.min.js')
block head