mirror of
https://github.com/status-im/open-bounty.git
synced 2025-02-17 03:47:58 +00:00
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-auto "0.1.2"]
|
||||||
[lein-less "1.7.5"]
|
[lein-less "1.7.5"]
|
||||||
[lein-shell "0.5.0"]
|
[lein-shell "0.5.0"]
|
||||||
|
[cider/cider-nrepl "0.15.0-SNAPSHOT"]
|
||||||
[lein-sha-version "0.1.1"]]
|
[lein-sha-version "0.1.1"]]
|
||||||
|
|
||||||
|
|
||||||
@ -143,7 +144,7 @@
|
|||||||
|
|
||||||
:prep-tasks ["build-contracts" "javac"]
|
:prep-tasks ["build-contracts" "javac"]
|
||||||
:doo {:build "test"}
|
: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"]
|
:resource-paths ["env/dev/resources"]
|
||||||
:repl-options {:init-ns user
|
:repl-options {:init-ns user
|
||||||
:nrepl-middleware [cemerick.piggieback/wrap-cljs-repl]}
|
:nrepl-middleware [cemerick.piggieback/wrap-cljs-repl]}
|
||||||
@ -167,3 +168,4 @@
|
|||||||
:output-to "resources/public/js/compiled/devcards.js"
|
:output-to "resources/public/js/compiled/devcards.js"
|
||||||
:output-dir "resources/public/js/compiled/out"
|
:output-dir "resources/public/js/compiled/out"
|
||||||
:source-map-timestamp true}}}}}})
|
:source-map-timestamp true}}}}}})
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user