lein-figwheel

shader 2016-08-08T14:33:40.000137Z

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

shader 2016-08-08T14:35:41.000138Z

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

shader 2016-08-08T14:55:07.000139Z

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

shader 2016-08-08T14:57:29.000140Z

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