Fork me on GitHub
#lein-figwheel
<
2015-11-27
>
bhauman20:11:11

@joseph: you need to add :recompile-dependents false To your compiler options. This default has changed.

bhauman20:11:53

@sander (assoc (fetch-config) :build-ids ["dev" "browser"])

sander20:11:21

thanks @bhauman, could have known there's an "it's just data" solution simple_smile

bhauman20:11:07

You can also use the figwheel control functions to start and stop builds

sander20:11:10

these only work after the websocket connection has been set up with a browser/node client, right? until then it doesn't seem to listen to my input

marvotron21:11:13

beginner question, with reagent and figwheel running, how do I get the defonce'd atom to re-initialise?

marvotron21:11:52

is (reload-config) the right way or is that too heavy?