how about compressing css?

2009-12-03 Thread Martin Trummer
when using GWT together with 3rd party libs, you sometimes get really huge css files. would it be possible to use some mechanism like the i18n constants for css classes and styles, so that the css-classnames could be shortened/ obfuscated? Not only would it decrease filesize (like zipping the

Re: how about compressing css?

2009-12-03 Thread 7bf
isn't that exactly what all these compressors out there (take http://developer.yahoo.com/yui/compressor/ for example) do? Content zipping is something most application servers support, without any need to change your application. But there are other, better, way to archive this. Take a look what