From 13cb2acf06b7828e451e571799414be3dcdeac80 Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Wed, 26 May 2021 17:47:16 +0200 Subject: [PATCH] Add bookmarklet.html to release --- script/release.clj | 3 +++ 1 file changed, 3 insertions(+) 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)