diff --git a/res/app/views/index.jade b/res/app/views/index.jade index e18f5090..1bdbb020 100644 --- a/res/app/views/index.jade +++ b/res/app/views/index.jade @@ -23,6 +23,6 @@ html div(ng-view).fill-height script var APP = !{JSON.stringify(APP)} - script(src='/static/build/commons.entry.js') - script(src='/static/build/app.entry.js') + script(src='/static/build/entry/commons.entry.js') + script(src='/static/build/entry/app.entry.js') script(src='/static/bower_components/stf-analytics/analytics.js')