Fork me on GitHub
#dirac
<
2016-06-05
>
frank22:06:31

Would it be possible to connect to the cljs repl without having the dirac client open?

darwin23:06:02

@frank: can you elaborate?

darwin23:06:09

btw. I’m just in the middle of releasing version 0.6.0: https://github.com/binaryage/dirac/releases/tag/v0.6.0

frank23:06:18

Like running lein repl :connect 8230 without having the dirac Devtools window open in Chrome

darwin23:06:08

lein repl :connect 8230 will connect you to normal clojure repl, I think you should be able to start normal cljs repl from there. Dirac middleware should not sabotage it (not tested)

darwin23:06:32

but of course you will need to add weasel support into your page/app