[boot]: removing dev/resources from dev task
tools.namespace refreshes the whole world with them. will either figure out how to provide a safe list of dirs automagically or (preferable option is to) rip tools.namespace out
This commit is contained in:
parent
a0bc17073e
commit
d66832aaf1
1 changed files with 0 additions and 1 deletions
|
|
@ -57,7 +57,6 @@
|
|||
|
||||
(deftask dev []
|
||||
(set-env! :source-paths #(conj % "dev/clj" "dev/cljs"))
|
||||
(set-env! :resource-paths #{"dev/resources"})
|
||||
|
||||
(alter-var-root #'log/*logger-factory*
|
||||
(constantly (log-service/make-factory log4b)))
|
||||
|
|
|
|||
Loading…
Reference in a new issue