This commit is contained in:
Michiel Borkent 2021-05-24 23:17:18 +02:00
parent fd5acb9164
commit fdc755a7d5
2 changed files with 5 additions and 1 deletions

View file

@ -103,9 +103,10 @@
</script>
</code></pre>
<div id="app"></div>
Also see a <a href="tictactoe.html">tic-tac-toe</a> demo.
<div id="app"></div>
<script type="text/javascript">hljs.highlightAll();</script>
</body>

View file

@ -6,6 +6,9 @@
(fs/copy "resources/public/index.html" "gh-pages"
{:replace-existing true})
(fs/copy "resources/public/tictactoe.html" "gh-pages"
{:replace-existing true})
(def js-source-dir (fs/file "resources" "public" "js"))
(def js-target-dir (fs/file "gh-pages" "js"))
(fs/create-dirs js-target-dir)