Add bookmarklet.html to release

This commit is contained in:
Michiel Borkent 2021-05-26 17:47:16 +02:00
parent 55fd10dccf
commit 13cb2acf06

View file

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