Skip to content
This repository has been archived by the owner on Apr 26, 2019. It is now read-only.

Commit

Permalink
Revert CIDER removal and update to recent version
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitaliy Vlasov committed Jan 26, 2018
1 parent d1a34be commit 2f24317
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -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"]]


Expand Down Expand Up @@ -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]}
Expand All @@ -167,3 +168,4 @@
:output-to "resources/public/js/compiled/devcards.js"
:output-dir "resources/public/js/compiled/out"
:source-map-timestamp true}}}}}})

0 comments on commit 2f24317

Please sign in to comment.