From 2f2431792ae6a4af8c9040902168d1848375b0af Mon Sep 17 00:00:00 2001 From: Vitaliy Vlasov Date: Fri, 26 Jan 2018 15:54:35 +0200 Subject: [PATCH] Revert CIDER removal and update to recent version --- project.clj | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 3c8bd925..5f822e7f 100644 --- a/project.clj +++ b/project.clj @@ -69,6 +69,7 @@ [lein-auto "0.1.2"] [lein-less "1.7.5"] [lein-shell "0.5.0"] + [cider/cider-nrepl "0.15.0-SNAPSHOT"] [lein-sha-version "0.1.1"]] @@ -143,7 +144,7 @@ :prep-tasks ["build-contracts" "javac"] :doo {:build "test"} - :source-paths ["env/dev/clj" "test/clj" "src/cljs" "env/dev/cljs"] + :source-paths ["env/dev/clj" "test/clj"] :resource-paths ["env/dev/resources"] :repl-options {:init-ns user :nrepl-middleware [cemerick.piggieback/wrap-cljs-repl]} @@ -167,3 +168,4 @@ :output-to "resources/public/js/compiled/devcards.js" :output-dir "resources/public/js/compiled/out" :source-map-timestamp true}}}}}}) +