From 71ce7a58b65562cacf34529fc2955e70517f022c Mon Sep 17 00:00:00 2001 From: Gunther Brunner Date: Wed, 2 Jul 2014 20:12:54 +0900 Subject: [PATCH] Fixed new build entry path. --- res/app/views/index.jade | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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')