This commit is contained in:
Michiel Borkent 2021-05-23 17:17:09 +02:00
parent 57c4e38f7e
commit 6b9720ed72

View file

@ -9,7 +9,7 @@
(def index-file (fs/file "gh-pages" "index.html"))
(def cljs-source-dir (fs/file "resources" "public" "cljs"))
(def cljs-target-dir (fs/file "resources" "public" "cljs"))
(def cljs-target-dir (fs/file "gh-pages" "cljs"))
(fs/create-dirs cljs-target-dir)
(run! (fn [f]