Monday, August 7, 2017

Re: Can I remove compile permutations for the default language

We just merge some of them... depending on the final app size. We think a 200k to 400k after compression is acceptable, so just try out various permutation combinations. If your app is small enough you can just collapse all with '<collapse-all-properties/>'. Or merge some permutation like...
<!-- Permutations -->
<collapse-property name="user.agent" values="ie*"/>
<collapse-property name="locale" values="*"/>
<!-- Media.gwt.xml -->
<set-property name="videoElementSupport" value="maybe"/>
<set-property name="audioElementSupport" value="maybe"/>
<!-- Canvas.gwt.xml -->
<set-property name="canvasElementSupport" value="maybe"/>
<!-- DragEvent.gwt.xml -->
<set-property name="dragEventSupport" value="maybe"/>
<!-- TouchEvent.gwt.xml -->
<set-property name="touchEventSupport" value="maybe"/>
<!-- GQuery.gwt.xml -->
<collapse-property name="animation" values="*"/>

On Mon, Aug 7, 2017 at 10:10 AM Frank <frank.wynants@gmail.com> wrote:
And how do you did that ?

--
You received this message because you are subscribed to the Google Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment