boot

:boot-clj: https://boot-clj.github.io/ — build tooling for Clojure. Dev chat in #boot-dev
2018-09-21T14:26:31.000100Z

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?

2018-09-21T14:42:50.000100Z

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.

martinklepsch 2018-09-21T14:48:12.000100Z

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

2018-09-21T15:00:57.000100Z

nothing useful to my eye.