[gwt-contrib] Re: Size of output is little large

2016-12-12 Thread Colin Alworth
Without actually compiling the code (see my final paragraph...), you might not even need the safari permutation, but might get by with no UserAgent wiring at all. You could experiment with your inherits statements, and see if you can remove User, and only depend on com.google.gwt.core.Core from

[gwt-contrib] Size of output is little large

2016-12-12 Thread Kirill Prazdnikov
Hi, I have a simple GWT program: https://gist.github.com/kirillp/c443966b28ca68cd21e51ff802fde97d And it compiles and run. However, in single permutation "safari" and SSO linker it produce about 1100 lines of (auto-formatted) code including user agent parser, adds a window listener, e.t.c