Fork me on GitHub
#boot
<
2017-09-18
>
adamfrey20:09:41

does boot have the ability to use "managed dependencies" the way Lein/Maven do? https://github.com/technomancy/leiningen/blob/master/doc/MANAGED_DEPS.md

Garrett Hopper21:09:43

So I'm attempting to build a system to colocate css files with source code. I'm using boot-reload to reload my clojure files. Is there a way to make boot-reload reload clojure files that depend on css files (using http://clojure.java.io/resource)?