mirror of
https://github.com/openstf/stf
synced 2025-10-06 12:00:08 +02:00
Fixed new build entry path.
This commit is contained in:
parent
0add3eaddc
commit
71ce7a58b6
1 changed files with 2 additions and 2 deletions
|
@ -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')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue