example.html
changeset 20 529418651908
parent 13 5af9883f1111
--- a/example.html	Tue Jan 15 15:59:25 2019 +0100
+++ b/example.html	Thu Jan 17 14:51:59 2019 +0100
@@ -9,8 +9,8 @@
 </head>
 
 <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>
+<div id="main">Please run mill example.fastOptJS to build the demo. Then reload this page.</div>
+<script type="text/javascript" src="out/example/fastOpt/dest/out.js"></script>
 <script>
 Example.main();
 </script>