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)