You can tell the gwt compiler to use minimal css selector length:

<set-configuration-property name="CssResource.obfuscationPrefix" value="empty" 
/> 

This is only recommended if you gwt has full control over the page. (This is 
something that yields good results on mgwt)

-Daniel


Am 05.07.2012 um 22:10 schrieb Paul Stockley:

> I am was looking at the size of the generated output for a program we run on 
> the ipad and noticed that the injected css and html strings were taking quite 
> a lot of space. All the obfuscated class names appear to be 10 characters 
> long. Is there a reason they need to be this long? Couldn't they work just 
> like function names i.e. a,b,c...A.... I think in our case it could save 
> quite a lot of space because we have a lot of classes and HTML panels that 
> use these classes.
> 
> -- 
> http://groups.google.com/group/Google-Web-Toolkit-Contributors

-- 
http://groups.google.com/group/Google-Web-Toolkit-Contributors

Reply via email to