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

Commit

Permalink
Dev fix: add cljs source paths to :dev profile and update CIDER.
Browse files Browse the repository at this point in the history
Additional source paths help to resolve the Piggieback REPL issue. I was
getting annoying "No such namespace warnings" for commiteth.* namespaces
  • Loading branch information
Vitaliy Vlasov committed Jan 23, 2018
1 parent e3fad56 commit f0266d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
[lein-auto "0.1.2"]
[lein-less "1.7.5"]
[lein-shell "0.5.0"]
[cider/cider-nrepl "0.15.0-SNAPSHOT"]
[cider/cider-nrepl "0.16.0"]
[lein-sha-version "0.1.1"]]


Expand Down Expand Up @@ -144,7 +144,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 f0266d4

Please sign in to comment.