Setup clojure.tools.namespace to watch Boot temp dirs.
build.boot:
(require '[deraen.boot-ctn :refer [init-ctn!]])
(init-ctn!)
; If you want to filter dirs, use :remove-fn option.
; To remove folders with .no-reload file:
(init-ctn! :remove-fn #(.exists (io/file % ".no-reload")))
Copyright © 2015 Juho Teperi
Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.