Skip to content

Commit

Permalink
Fix path to compiled js
Browse files Browse the repository at this point in the history
  • Loading branch information
n2o committed Jan 23, 2019
1 parent f44fd1c commit d8619af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@

<script src="node_modules/reveal.js/lib/js/head.min.js" type="text/javascript"></script>
<script src="node_modules/reveal.js/js/reveal.js" type="text/javascript"></script>
<script src="js/compiled/reveal_cljs.js" type="text/javascript"></script>
<script src="cljs-out/dev-main.js" type="text/javascript"></script>
</body>
</html>

0 comments on commit d8619af

Please sign in to comment.