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-prod build for production CLJS build
Since the rails-dev CLJS build is generally under a second, it doesn't impact my work flow. Jamie On Feb 16, 2015, at 5:46 PM, David Boyer <[email protected]> wrote: > 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 on how to set up a development/deployment workflow that would > make this easy to do? > > The project is one web application bundle + a set of Java maven projects that > implement various server technologies. > > -- > Note that posts from new members are moderated - please be patient with your > first post. > --- > You received this message because you are subscribed to the Google Groups > "ClojureScript" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/clojurescript. -- Note that posts from new members are moderated - please be patient with your first post. --- You received this message because you are subscribed to the Google Groups "ClojureScript" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/clojurescript.
