On Tue, Mar 25, 2014 at 4:31 PM, boz jennings <[email protected]> wrote: > lein cljsbuild once > > but still no improvement. > The advanced build time seems to be going too fast.... > > Compiling ClojureScript. > Compiling "resources/public/js/main-dev.js" from ["src/cljs"]... > Successfully compiled "resources/public/js/main-dev.js" in 6.652 seconds. > Compiling "resources/public/js/main-prod.js" from ["src/cljs"]... > Successfully compiled "resources/public/js/main-prod.js" in 9.232 seconds.
Do you get similarly slow build times with `lein cljsbuild auto`? My first compile is slow, too: # lein cljsbuild auto Compiling ClojureScript. Compiling "resources/public/js/main.js" from ["src-cljs"]... Successfully compiled "resources/public/js/main.js" in 5.707 seconds. Compiling "resources/public/js/main.js" from ["src-cljs"]... Successfully compiled "resources/public/js/main.js" in 0.396 seconds. Compiling "resources/public/js/main.js" from ["src-cljs"]... Successfully compiled "resources/public/js/main.js" in 0.836 seconds. Ivan -- 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.
