working with a CLJS project created by Tenzing, I can boot dev
to run the server, boot repl
independently, but not boot repl --client
to connect to the running server. am I doing something wrong, following old instructions?
boot repl -c
hangs, with no messages on the running boot dev
server, nor on the boot repl -c
. I just get a couple of classpath warnings about Clojure 1.7.0 not loading because 1.8.0 already is.
@braden.shepherdson you can try getting more information by passing -v or -vv to boot
https://gist.github.com/shepheb/a6cda6fe33a20f132dcd9323b023577a
nothing useful to my eye.