Possibly analogous: I have a Rails app that I've got some CLJS in.
* Rails app in a git repo
* CLJS (Om) in a git repo
* lein with lein-cljsbuild for building CLJS
* rails-dev build for fast dev builds that compile into rails' assets'
javascript dir
* the dev CLJS build is ignored by git
* rails
I have an existing maven built J2EE web application. Some JSP/Struts, then
jquery, a little GWT, and recently backbone/bootstrap/dustjs. I'm really
interested in adding a ClojureScript beachhead into my web application, so that
I can start experimenting with Reagent/React.
Any suggestions o