example5.html
changeset 20 529418651908
parent 19 34d3cc40552c
child 21 175e7d7ce5b3
--- a/example5.html	Tue Jan 15 15:59:25 2019 +0100
+++ b/example5.html	Thu Jan 17 14:51:59 2019 +0100
@@ -11,7 +11,7 @@
 
 <body>
 <div id="main">Please run sbt fastOptJS to build the demo. Then reload this page.</div>
-<script type="text/javascript" src="example/target/scala-2.12/example-fastopt.js"></script>
+<script type="text/javascript" src="out/example/fastOpt/dest/out.js"></script>
 <script>
 Example5.main();
 </script>