Hi!
Is is possible to create a single JavaScript output ffrom a GWT application which would support all major browsers (Safari, Gecko, IE10)? If yes: how can I specify which browsers should be supported?
If I use:
along with:
<set-property name="user.agent" value="safarimgecko1_8,ie10"/>
I get the:
[ERROR] The module must have exactly one distinct permutation when using the Single Script Linker; found 3
It seems that generated (single) JavaScript file is browser-dependent and not a cross-browser...