Hello everyone,

We have a fairly large Leiningen project using both Clojure and Clojurescript.
For tasks related to compiling cljs we use cljsbuild. However, the startup time 
is pretty long when all Clojure code is compiled. It doesn't seem necessary to 
do this when we just want to run "lein cljsbuild once prod" or something.

Example:
If you have clj source code under src/
cljs source code under cljs/
Leingen :source-paths ["src"]
And in a cljsbuild build {:source-paths ["cljs"}
Upong running "lein cljsbuild once" it will log "Compiling ClojureScript..." 
and actually first compile the Clojure code under "src"

What would be the best way to deal with this?

-- 
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 https://groups.google.com/group/clojurescript.

Reply via email to