codemirror example

This commit is contained in:
Michiel Borkent 2022-10-10 12:50:35 +02:00
parent 50ff95440c
commit 5157f98e09
2 changed files with 3 additions and 0 deletions

View file

@ -21,6 +21,9 @@
(fs/copy "resources/public/disable_auto_eval.html" "gh-pages"
{:replace-existing true})
(fs/copy "resources/public/codemirror.html" "gh-pages"
{:replace-existing true})
(def html-source-dir (fs/file "resources" "public" "html"))
(def html-target-dir (fs/file "gh-pages" "html"))
(fs/create-dirs html-target-dir)