Fork me on GitHub
#figwheel-main
<
2019-02-21
>
ro612:02:31

send-form-to-repl from Cursive is a big part of my workflow and I'm trying to get it working with figwheel-main on the CLJS side. I'm trying to adapt https://github.com/bhauman/figwheel-main/blob/master/docs/docs/cursive.md, but my project is tools.deps and I only get as far as the Cursive local clojure.main repl starting up with the standard Figwheel blurb and the default dev page browser popup. I can't actually evaluate anything at the repl. I'm not sure if it makes a difference, but I'm actually developing a browser WebExtension, so the JS environment I'm loading into is different than a standard web page (it's the "background page" associated with the extension).

ro612:02:51

So far the closest I've gotten to hot reload is that my saved changes get picked up when I manually reload the browser.