Following up on my own confusion, I'll contribute some comments about
potential improvements to either the ClojureScript compiler itself, or
documentation about it's usage in development mode, where everything
is not stuffed into one single js file.
First of all, the options to the compiler. I'll
I've set up my ring/jetty based application to dynamically compile any
updated clojurescript source files, similar to the clojurescript
devenv package recently announced. I'm having some trouble getting the
paths correct though. My toplevel directory looks like this:
mysoft
srv
src
srv