Hi Sunil, lein uberjar by default cleans everything. You can tell it not to by setting ‘auto-clean’ to false in your project.clj but uberjar is supposed to be a ‘do a complete build’. Typically the uberjar/war contains productionised clojurescript (e.g. compiled with :advanced) so this works well.
I would recommend living with the 2 minute run and using that time to meditate/stretch/micro-koan. > On 26 Oct 2015, at 09:04, Sunil S Nandihalli <[email protected]> > wrote: > > Hi Everybody, > My lein uberjar takes about 2 minutes to run. It also recompiles all the > clj files everytime. Is there a way to speedup lein-uberjar .. Or may be > make it incremental? > Thanks, > Sunil. > > -- > You received this message because you are subscribed to the Google > Groups "Clojure" group. > To post to this group, send email to [email protected] > Note that posts from new members are moderated - please be patient with your > first post. > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/clojure?hl=en > <http://groups.google.com/group/clojure?hl=en> > --- > You received this message because you are subscribed to the Google Groups > "Clojure" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] > <mailto:[email protected]>. > For more options, visit https://groups.google.com/d/optout > <https://groups.google.com/d/optout>. -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
