Fork me on GitHub
#lein-figwheel
<
2017-03-03
>
deas15:03:43

Are there known causes which make figwheel reloading slow? A basic one line println change sometimes takes up to 10s for me to appear.

isak15:03:07

@deas you could add :recompile-dependents false to your compiler options

deas16:03:05

@isak Does not seem to make much difference. However it's strange that the time appears to vary heavily. Sometimes 2-3 seconds, most of the time around 5, sometimes up to 10s.

bhauman17:03:17

@deas are you editing cljc files?

deas17:03:59

@bhauman Not editing cljc. But experimenting with node modules, dirac and compiler patches.