Fork me on GitHub
#boot
<
2018-09-21
>
Braden Shepherdson14:09:31

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?

Braden Shepherdson14:09:50

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.

martinklepsch14:09:12

@braden.shepherdson you can try getting more information by passing -v or -vv to boot

Braden Shepherdson15:09:57

nothing useful to my eye.