To mirror what David is saying: :none compiles my code (with cljsbuild
auto) in under 400ms in VirtualBox (yep, I've an odd dev environment),
:whitespace can take a second or even two.

However, I have found :whitespace and :simple useful for debugging before
when a bug manifested in :advanced but not in :none (I've had this happen
once or twice and EVERY time it was due to a missing extern) - I find it
useful to have these options (or, at least, :whitespace) for this purpose,
but never use them in my day to day cljs development.

On Wed Nov 26 2014 at 4:55:23 PM David Nolen <dnolen.li...@gmail.com> wrote:

> I'll repeat.
>
> Use :whitespace and :simple if you want corrupted source maps.
>
> :whitespace was useful prior to source maps. :simple was useful for a
> time due to goog.require not working under Node.js - no longer true.
>
> IMO, there is absolutely no good reason to use these settings.
>
> David
>
> On Wed, Nov 26, 2014 at 11:51 AM, Kyle Cordes <k...@kylecordes.com> wrote:
> > On Wednesday, November 26, 2014 at 10:12 AM, Gary Verhaegen wrote:
> >> :optimization :whitespace is only slightly slower than none in my
> experience, and requires no hackery.
> >>
> >
> >
> > Sadly, some tools (Figwheel maybe?) work with :none but not with
> :whitespace.
> >
> >
> > --
> > Kyle Cordes
> > http://kylecordes.com
> >
> >
> >
> >
> > --
> > 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 clojurescript+unsubscr...@googlegroups.com.
> > To post to this group, send email to clojurescript@googlegroups.com.
> > 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 clojurescript+unsubscr...@googlegroups.com.
> To post to this group, send email to clojurescript@googlegroups.com.
> 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 clojurescript+unsubscr...@googlegroups.com.
To post to this group, send email to clojurescript@googlegroups.com.
Visit this group at http://groups.google.com/group/clojurescript.

Reply via email to