Fork me on GitHub
#figwheel-main
<
2018-10-12
>
neupsh13:10:18

hello, does figwheel-main offer a hook to run clojure (java) functions before/during/after reloading a resource?

kwladyka18:10:47

Hi @bhauman, did you add option to watch directory to build outside of the project directory? We were talking about that a few months ago in the context of form-validator {:local/root "../form-validator-cljs"} in deps.edn. It is very useful when developing module. Now I have to each time terminate process and re-run fighweel after each change in module.