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 3
3
< head lang ="en ">
4
4
< meta charset ="UTF-8 ">
5
5
< title > jquery-demo - ScalaJSBundlerPlugin demo</ title >
6
- < script src ="scripts/frontend.js "> </ script >
7
6
</ head >
8
7
< body >
9
8
< div id ="application "> </ div >
9
+
10
+ < script src ="scripts/frontend.js "> </ script >
10
11
</ body >
11
12
</ html >
Original file line number Diff line number Diff line change 3
3
< head lang ="en ">
4
4
< meta charset ="UTF-8 ">
5
5
< title > jquery-demo - global scope</ title >
6
-
7
- < script src ="scripts/frontend-deps.js "> </ script >
8
- < script src ="scripts/frontend-impl.js "> </ script >
9
6
</ head >
10
7
< body >
11
8
< div id ="application "> </ div >
9
+
10
+ < script src ="scripts/frontend-deps.js "> </ script >
11
+ < script src ="scripts/frontend-impl.js "> </ script >
12
12
</ body >
13
13
</ html >
You can’t perform that action at this time.
0 commit comments