Would it be possible to connect to the cljs repl without having the dirac client open?
@frank: can you elaborate?
btw. Iām just in the middle of releasing version 0.6.0: https://github.com/binaryage/dirac/releases/tag/v0.6.0
Like running lein repl :connect 8230
without having the dirac Devtools window open in Chrome
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)
but of course you will need to add weasel support into your page/app