[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:
anatoly 2015-12-21 20:45:15 -05:00
parent a0bc17073e
commit d66832aaf1

View file

@ -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)))