YUI Compressor has a known bug where some media queries, including those used to serve styles to iOS and Android devices (e.g. @media screen and (max-device-width: 480px) {...}
), are broken when compressed, because the space between the and
and the opening brace is removed.
The latest version available for download from the homepage (2.4.2) still has this issue.
Is there an updated version available where this issue is fixed?
If you have to get this working in 2.4.2, use the preserve comments hack (normally used for copyright messages).
@media screen and/*!YUI-Compressor */(max-device-width: 480px) {...}
Yes — this issue is fixed in 2.4.4, which is downloadable from YUI Compressor’s git project:
This version seems to work, at least on Mac OS X 10.6.4.
Instructions:
ant
and hit return. This will create a folder called build
, and put the built jar file in it. The built jar file is called yuicompressor-2.4.5pre.jar
chmod +x yuicompressor-2.4.5pre.jar
to make the jar file executable./usr/local/bin/
.profile
file to make it easier to run, e.g. alias yuic="java -jar /usr/local/bin/yuicompressor-2.4.5pre.jar"
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With