auto-eval

This commit is contained in:
Michiel Borkent 2021-05-27 09:55:01 +02:00
parent 1db46040a3
commit 62b3f1ad5f
3 changed files with 46 additions and 6 deletions

View file

@ -15,6 +15,9 @@
(fs/copy "resources/public/bookmarklet.html" "gh-pages"
{:replace-existing true})
(fs/copy "resources/public/disable_auto_eval.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)