What steps will reproduce the problem?
1. Try to pack latest html5 boilerplate
(https://github.com/h5bp/html5-boilerplate/blob/master/css/main.css)
What is the expected output? What do you see instead?
On YuiCssMin it has problems with (-o-min-device-pixel-ratio: 5/4),
https://github.com/yui/yuicompressor/pull/45?source=cc
On cssCompressor the @media only screen and (min-width: 35em)
will remove the space so it will end up like: @media only screen and(min-width:
35em) and that selector is not valid.
cssMinJawr: Seems to work so far, will put it out on our staging server to try
it out . Dont pack as good as the other ones.
It would be nice to se on the
https://code.google.com/p/wro4j/wiki/AvailableProcessors page what versions is
used for each implementation.
What version of the product are you using? On what operating system?
1.7.1
Thank you
Best regards Andreas
Original issue reported on code.google.com by andr...@weightpoint.se on 4 Oct 2013 at 9:47
Original issue reported on code.google.com by
andr...@weightpoint.se
on 4 Oct 2013 at 9:47