boot-ctn

Setup clojure.tools.namespace to watch Boot temp dirs

Downloads
19.3K
Stars
2
Committers
1

boot-ctn

Setup clojure.tools.namespace to watch Boot temp dirs.

Usage

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

License

Copyright 2015 Juho Teperi

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.