Add bookmarklet.html to release
This commit is contained in:
parent
55fd10dccf
commit
13cb2acf06
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue