lein-figwheel

richiardiandrea 2016-10-27T16:03:10.000099Z

@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)

richiardiandrea 2016-10-27T16:04:07.000100Z

then on-jsload is called but it looks like the js file is the same as before...(I see old debug messages)

richiardiandrea 2016-10-27T16:05:18.000101Z

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