The first compile will always be longer. I said this several times :) Subsequent compiles will be shorter.
On Sunday, June 21, 2015, Roger Gilliar <[email protected]> wrote: > rebooted and cleared the out directory, still same result. It is strange, > since I remember to have seen much shorter compile times. > > I tested it with this file: > > (ns jsp.core > (:require [cljs.nodejs :as nodejs] > [clojure.walk :as walk] > [cljs.pprint :refer [pprint]] > ) > ) > > (nodejs/enable-util-print!) > > and the output is > > Compiling out/cljs/nodejs.cljs > Compiling out/cljs/core.cljs > Using cached cljs.core out/cljs/core.cljs > Compiling out/cljs/pprint.cljs > ... done. Elapsed 2.957502803 seconds > > Roger > > -- > 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] <javascript:;>. > To post to this group, send email to [email protected] > <javascript:;>. > 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.
