diff --git a/resources/public/index.html b/resources/public/index.html index 05cc17d..3a45dda 100644 --- a/resources/public/index.html +++ b/resources/public/index.html @@ -103,9 +103,10 @@ </script> +
+ Also see a tic-tac-toe demo. -
diff --git a/script/release.clj b/script/release.clj index 7d3b9e1..2b78439 100755 --- a/script/release.clj +++ b/script/release.clj @@ -6,6 +6,9 @@ (fs/copy "resources/public/index.html" "gh-pages" {:replace-existing true}) +(fs/copy "resources/public/tictactoe.html" "gh-pages" + {:replace-existing true}) + (def js-source-dir (fs/file "resources" "public" "js")) (def js-target-dir (fs/file "gh-pages" "js")) (fs/create-dirs js-target-dir)