Fork me on GitHub
#conjure
<
2021-09-17
>
rwstauner18:09:36

anyone have a conjure setup for lein/figwheel ?

rwstauner23:09:02

no, i tried variations of that, but this old project is using lein-figwheel and figwheel-sidecar rather than figwheel-main. various modifications look like they might work but trying to eval cljs never completes

Proctor13:09:34

I have it working @U01D8NEJ0EP; we can pair some later today in a different channel to get it working for you 😉

🙇 1
rwstauner17:09:57

after adding piggieback to lein deps and the nrepl-middleware i got it working with

:ConjureEval (do (require '[figwheel-sidecar.repl-api :as fsra]) (fsra/start-figwheel!) (fsra/cljs-repl "development"))

rwstauner17:09:20

at this point i can't remember the host of other things i tried first