1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-06 03:50:04 +02:00

Fixed new build entry path.

This commit is contained in:
Gunther Brunner 2014-07-02 20:12:54 +09:00
parent 0add3eaddc
commit 71ce7a58b6

View file

@ -23,6 +23,6 @@ html
div(ng-view).fill-height div(ng-view).fill-height
script var APP = !{JSON.stringify(APP)} script var APP = !{JSON.stringify(APP)}
script(src='/static/build/commons.entry.js') script(src='/static/build/entry/commons.entry.js')
script(src='/static/build/app.entry.js') script(src='/static/build/entry/app.entry.js')
script(src='/static/bower_components/stf-analytics/analytics.js') script(src='/static/bower_components/stf-analytics/analytics.js')