Fork me on GitHub
#lein-figwheel
<
2016-02-16
>
anmonteiro13:02:10

@bhauman: I'm having an issue with figwheel where reloading a .cljc file pulls in more dependencies than it should. If the same file is .cljs the pulled dependencies are just right

anmonteiro13:02:33

this is causing my reloading times to be 5 seconds instead of <1

anmonteiro13:02:18

is this 1) a known issue? 2) related to https://github.com/bhauman/lein-figwheel/issues/291 ? 3) otherwise unknown and should I file one?

bhauman14:02:52

This has been answered a few times in issues. :reload-clj-files {:clj true :cljc false}

bhauman14:02:34

Put that in your top level :figwheel options

anmonteiro14:02:07

Wasn't aware, thx!

frank21:02:57

Is anyone aware of any problems using lein-figwheel with lein profiles?

frank21:02:37

I have an environ variable I've defined in a lein profile that doesn't seem to be read when the clojurescript is compiled

frank21:02:29

lein with-profile +devtools cljsbuild once is able to read the environ var, but lein with-profile +devtools figwheel isn't

frank23:02:02

looks like this might be an issue with environ, rather than lein profiles