Revert CIDER removal and update to recent version
This commit is contained in:
parent
d1a34be891
commit
2f2431792a
|
@ -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}}}}}})
|
||||
|
||||
|
|
Loading…
Reference in New Issue