codemirror example
This commit is contained in:
parent
50ff95440c
commit
5157f98e09
2 changed files with 3 additions and 0 deletions
|
|
@ -21,6 +21,9 @@
|
||||||
(fs/copy "resources/public/disable_auto_eval.html" "gh-pages"
|
(fs/copy "resources/public/disable_auto_eval.html" "gh-pages"
|
||||||
{:replace-existing true})
|
{: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-source-dir (fs/file "resources" "public" "html"))
|
||||||
(def html-target-dir (fs/file "gh-pages" "html"))
|
(def html-target-dir (fs/file "gh-pages" "html"))
|
||||||
(fs/create-dirs html-target-dir)
|
(fs/create-dirs html-target-dir)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue