Open jaspermdegroot opened 11 years ago
1.4.1-> The "min.css" and the "css" file look identical at this point. It doesn't appear to be doing any compression.
id does something now towards the end, but the first half of the file is still uncompressed.
This is a copy of the issue submitted by @mrextreme at the jQuery Mobile repo: https://github.com/jquery/jquery-mobile/issues/5874
I just took a look at the minified CSS the ThemeRoller creates after an upgrade (from an 1.3.0 file to a 1.3.1), and it is sub-optimal, to say. It is FULL of whitespaces.
A few examples:
Spaces are everywhere!
I ran the good ol' YUI Compressor on the already "minified" file, and from 21.3 kB it went down to 19.8. (I stripped off the JQM header by hand beforehand, as it has nothing to do with this experiment, and should stay in the file.)