Fork me on GitHub
#figwheel-main
<
2018-09-15
>
kwladyka19:09:55

Is it possible to reload ns while reloading page during developing? I use deps.edn form-validator {:local/root "../form-validator-cljs"} and trying to figure out the best way to work during developing module as dependency in that way. Probably call (require 'form-validator.core :reload) will be solution, but I can’t call it from (defn ^:before-load before-reload [] ...), because Calls to 'require' must appear at the top-level.

kwladyka19:09:49

So I will have to do it on REPL workflow level in clj

jduhamel20:09:29

is there a good example of a dep.edn / build.clj for cider?