Fork me on GitHub
#lein-figwheel
<
2016-08-08
>
shader14:08:40

is there a reload hook for figwheel so I can run a partial re-init after it loads?

shader14:08:41

or rather, I presume there is one; how do I use it?

shader14:08:07

so I tried :cljsbuild { :app { :figwheel {:on-jsload "gateway.core/reload"}}}, but it doesn't seem to be calling the reload function

shader14:08:29

also, is there a way to switch the figwheel repl to a different browser connection?