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 <ky...@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+unsubscribe@googlegroups.com.
> To post to this group, send email to clojur...@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+unsubscribe@googlegroups.com.
>> > an email to clojurescript+unsubscribe@googlegroups.com.
>> > To post to this group, send email to clojur...@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+unsubscribe@googlegroups.com.
>> To post to this group, send email to clojur...@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+unsubscribe@googlegroups.com.
> To post to this group, send email to clojur...@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+unsubscribe@googlegroups.com.
Closure is not an advantage in many desirable JS environments:
Node.js, node-webkit, Atom shell, iOS, etc.
--
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 clojurescrip...@googlegroups.com.
On 1/12/2014, at 12:20 pm, Colin Fleming <colin.ma...@gmail.com> wrote:
On 1/12/2014, at 12:20 pm, Colin Fleming <colin.ma...@gmail.com> wrote: