A ‘normal’ build is one where you get 6 basic permutations,
one for each category of browser. These have been selected by the GWT team as
related enough to always treat as the same.
These browsers are:
·
Firefox, all versions
·
All Webkit browsers (Safari, Chrome, Android
Browser, etc)
·
IE6 and IE7
·
IE8
·
IE9 (and IE10)
·
Opera9
It is possible to collapse all properties to decrease the
amount of time spend compiling a module for testing/development purposes by
adding the following:
<collapse-all-properties
/>
Which result in taking less time for compilation , no matter
how many permutations you had configured before this line, only one file will
be created. This is especially handy for very fast builds or cases where you
want to keep the build size small but still it will works for all the browser
which we have configured.