dirac should (to some extend) play with figwheel, right?
dirac should work just fine with figwheel
Figwheel repl won't work, right?
@deas it will, but it is independent from Dirac, this is really complex to answer, try to look here: https://github.com/binaryage/dirac/blob/master/docs/about-repls.md#dirac--figwheel
if you want to have super configuration, you can teach Dirac nREPL to use Figwheel’s compiler instead
this way you get synced compiler state between hot-reloaded updates and Dirac REPL
Phew! Gimme a second to catch up. 🙂
better read that article top to bottom 🙂
WOW, synced dirac and figwheel this would be awesome 🙂
@pleasetrythisathome has joined the channel
hey everyone! i’m having some trouble getting dirac to play nice with cider and boot
i’m able to get dirac running without the cider nrepl middleware
but i have a cider task similar to what’s described here https://github.com/boot-clj/boot/wiki/Cider-REPL
and if i use that before using the boot-cljs-repl dirac task, i get a warning that the middleware is bad
should i be using a separate repl with the cider middleware? and keep that middleware out of the dirac repl?
Ok, last one: Getting :message out/cljs/core.cljs.cache.json (Not a directory) from the nrepl. Any idea what I am missing?
seems to work to run them separately...
@yalu has joined the channel