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

Commit

Permalink
Merge pull request #228 from status-im/dev/piggieback-repl-fix
Browse files Browse the repository at this point in the history
Dev fix: add cljs source paths to :dev profile and remove CIDER dep
  • Loading branch information
Vitaliy Vlasov authored Jan 24, 2018
2 parents 8414d19 + 3310a34 commit c9b07fe
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -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"]]


Expand Down Expand Up @@ -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]}
Expand Down

0 comments on commit c9b07fe

Please sign in to comment.