Fork me on GitHub
#boot
<
2019-11-04
>
nitaai10:11:38

Hello. Can someone please tell me how do I exclude cljs files from :source-paths? They are all inside a specific directory within src. I have watch-reload setup with clojure.tools.namespace which also triggers when cljs files change and creates a race condition with shadow-cljs watch-reload process running simultaneously.

flyboarder16:11:45

@matuskmit1 you would need to move them to their own path and not include that path in boot, or look into the .bootignore file

nitaai10:11:00

.bootignore worked like a charm. thanks