Fork me on GitHub
#lein-figwheel
<
2015-11-12
>
kevinmershon22:11:51

I'm running into a situation with a chestnut-based project where figwheel is recognizing changes have been made to a javascript file and :before-jsload is being called, but :on-jsload isn't being called. I've got debug and load-warninged-code set to true and am seeing meta information processed but can't figure out why the file isn't making it all the way through the reload-js-files function

kevinmershon22:11:38

When I manually refresh the page then the changes are shown, but they don't auto-reload