I thought my build was too fast, not slow :) I've seen it take almost 25 seconds to do the same project with :advanced, iirc.
Just now 'lein cljsbuild auto' took 12.441 seconds ... anyway. My slow running doesn't seem to be related to the project. I tried a sample of the same project that came from another person and got the same results. Must be something about my environment. On Tuesday, March 25, 2014 3:15:35 PM UTC-7, Ivan Kozik wrote: > On Tue, Mar 25, 2014 at 4:31 PM, boz jennings 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.
