From 5157f98e09a237418580750668d1a96ccdc5557f Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Mon, 10 Oct 2022 12:50:35 +0200 Subject: [PATCH] codemirror example --- resources/public/{html => }/codemirror.html | 0 script/release.clj | 3 +++ 2 files changed, 3 insertions(+) rename resources/public/{html => }/codemirror.html (100%) diff --git a/resources/public/html/codemirror.html b/resources/public/codemirror.html similarity index 100% rename from resources/public/html/codemirror.html rename to resources/public/codemirror.html diff --git a/script/release.clj b/script/release.clj index 00a2396..5293fa9 100755 --- a/script/release.clj +++ b/script/release.clj @@ -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)