diff --git a/script/release.clj b/script/release.clj index f510d1e..70fb099 100755 --- a/script/release.clj +++ b/script/release.clj @@ -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)