dirac

Dirac v1.7.2 is out: https://github.com/binaryage/dirac/releases/tag/v1.7.2
frank 2016-06-05T22:56:31.000002Z

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

2016-06-05T23:08:02.000003Z

@frank: can you elaborate?

2016-06-05T23:09:09.000004Z

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

frank 2016-06-05T23:12:18.000007Z

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

2016-06-05T23:14:08.000008Z

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)

2016-06-05T23:14:32.000009Z

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

šŸ‘ 1