@bhauman still wresting to make fighweel and boot coexist, I arrived to the point where I see that Figwheel is sending that it has detected a file change (I see it in the browser console)
then on-jsload
is called but it looks like the js file is the same as before...(I see old debug messages)
I think I am still missing some step (in boot-cljs-reload
there is a partial rewrite of the dom when things change...i.e. css)...I will try to dig more but any hint is more than welcome