diff --git a/resources/public/index.html b/resources/public/index.html index 1ea1a77..1c67481 100644 --- a/resources/public/index.html +++ b/resources/public/index.html @@ -178,6 +178,7 @@ Babashka + scittle implementation of the Luminus guestbook.
  • Codemirror
  • +
  • Tic-tac-toe with Replicant
  • diff --git a/resources/public/replicant_tictactoe.html b/resources/public/replicant_tictactoe.html index 94da4c1..b518841 100644 --- a/resources/public/replicant_tictactoe.html +++ b/resources/public/replicant_tictactoe.html @@ -16,7 +16,7 @@ -

    Scittle tic-tac-toe

    +

    Scittle tic-tac-toe built with Replicant

    What is Scittle?

    Read the main page for more details.

    The game

    diff --git a/script/release.clj b/script/release.clj index 3a1591b..f64d85d 100755 --- a/script/release.clj +++ b/script/release.clj @@ -25,6 +25,9 @@ (fs/copy "resources/public/codemirror.html" "gh-pages" {:replace-existing true}) + +(fs/copy "resources/public/replicant_tictactoe.html" "gh-pages" + {:replace-existing true}) (def html-source-dir (fs/file "resources" "public" "html")) (def html-target-dir (fs/file "gh-pages" "html")) @@ -62,6 +65,9 @@ {:replace-existing true})) (fs/glob cljs-source-dir "*.cljs")) +(println "Copying dir resources/public/cljs/replicant-tictactoe") +(fs/copy-tree (fs/file cljs-source-dir "replicant-tictactoe") (fs/file cljs-target-dir "replicant-tictactoe") {:replace-existing true}) + (run! (fn [f] (println "Copying" (str f)) (fs/copy f