Fork me on GitHub
#vim
<
2016-01-23
>
jebberjeb01:01:35

When I try Shift+k using fireplace from a cljs file, while connected to a nrepl-port of my server running using lein repl, I get an exception Exception not caught: Fireplace: class java.lang.ClassNotFoundException

jebberjeb01:01:13

I've used this hack to get fireplace working with cljs in the past successfully, https://gist.github.com/malyn/646e291d01101dcc8b48

jebberjeb01:01:57

However, with my latest project that doesn't seem to work, and I'm not sure that's the right way to even attempt it regardless.