File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
bundler-demo/src/main/assets
global-demo/src/main/assets Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 33< head lang ="en ">
44 < meta charset ="UTF-8 ">
55 < title > jquery-demo - ScalaJSBundlerPlugin demo</ title >
6- < script src ="scripts/frontend.js "> </ script >
76</ head >
87< body >
98 < div id ="application "> </ div >
9+
10+ < script src ="scripts/frontend.js "> </ script >
1011</ body >
1112</ html >
Original file line number Diff line number Diff line change 33< head lang ="en ">
44 < meta charset ="UTF-8 ">
55 < title > jquery-demo - global scope</ title >
6-
7- < script src ="scripts/frontend-deps.js "> </ script >
8- < script src ="scripts/frontend-impl.js "> </ script >
96</ head >
107< body >
118 < div id ="application "> </ div >
9+
10+ < script src ="scripts/frontend-deps.js "> </ script >
11+ < script src ="scripts/frontend-impl.js "> </ script >
1212</ body >
1313</ html >
You can’t perform that action at this time.
0 commit comments