Skip to content

Commit 88c4bdb

Browse files
gzm0OndrejSpanel
authored andcommitted
Step 7: Optimizing for Production
1 parent 11cea4e commit 88c4bdb

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Diff for: scalajs-tutorial.html

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="UTF-8">
5+
<title>The Scala.js Tutorial</title>
6+
</head>
7+
<body>
8+
<!-- Include Scala.js compiled code -->
9+
<script type="text/javascript" src="./target/scala-2.13/scala-js-tutorial-opt/main.js"></script>
10+
</body>
11+
</html>

0 commit comments

Comments
 (0)