Re: Can I remove compile permutations for the default language

2017-08-07 Thread Kirill Prazdnikov
> > I recommend you dropping permutations at all. Leaving the one. > We did this few years ago and it`s good. And how do you did that ? > The following in .gwt.xml -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this gro

Re: Can I remove compile permutations for the default language

2017-08-07 Thread Ignacio Baca Moreno-Torres
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 ''. Or merge some permutation like... On Mon, Aug 7,

Re: Can I remove compile permutations for the default language

2017-08-07 Thread Frank
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+unsubscr...@googlegroups.com. To post to this group, send email to goog

Re: Can I remove compile permutations for the default language

2017-07-18 Thread Frank
Thanks Thomas. Seems to be working ok at first sight. Will see if any issues pop up later. -- 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+unsubs

Re: Can I remove compile permutations for the default language

2017-07-18 Thread Thomas Broyer
You could try (though I'd been told years ago that it could cause some issues to "disable" the "default" locale) On Tuesday, July 18, 2017 at 8:50:16 AM UTC+2, Frank wrote: > > We are using our own I18N system with GWT based on dynamic string > internationalization. > So we actaully should not