Merge pull request #228 from status-im/dev/piggieback-repl-fix

Dev fix: add cljs source paths to :dev profile and remove CIDER dep
This commit is contained in:
Vitaliy Vlasov 2018-01-24 20:41:28 +02:00 committed by GitHub
commit c9b07fec90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -69,7 +69,6 @@
[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"]]
@ -144,7 +143,7 @@
:prep-tasks ["build-contracts" "javac"]
:doo {:build "test"}
:source-paths ["env/dev/clj" "test/clj"]
:source-paths ["env/dev/clj" "test/clj" "src/cljs" "env/dev/cljs"]
:resource-paths ["env/dev/resources"]
:repl-options {:init-ns user
:nrepl-middleware [cemerick.piggieback/wrap-cljs-repl]}