lein-figwheel

2017-03-03T15:46:43.000898Z

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

isak 2017-03-03T15:51:07.000900Z

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

2017-03-03T16:04:05.000901Z

@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.

1
bhauman 2017-03-03T17:23:17.000903Z

@deas are you editing cljc files?

2017-03-03T17:41:59.000904Z

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