Skip to content

Commit 290087d

Browse files
author
Mateusz Starzec
committed
Update index.html files
1 parent 485234e commit 290087d

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

example/bundler-demo/src/main/assets/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@
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>

example/global-demo/src/main/assets/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
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>

0 commit comments

Comments
 (0)