html
This commit is contained in:
parent
fd5acb9164
commit
fdc755a7d5
|
@ -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>
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue