Minify version: 2.1.3
PHP version: 5.3.2
When I minify my css, in the url of the background the "../" becomes "/".
Here is the original css:
div.myButton {
background: url(../images/button.png) no-repeat left top;
}
minified css:
div.myButton{background:url(/images/button.png) no-repeat left top}
command to minify:
wget http://localhost/minify/min/index.php?f=css/test.css -O minified.css
Thanks
Srikanth
Original issue reported on code.google.com by vi.srika...@gmail.com on 15 Nov 2010 at 2:57
Original issue reported on code.google.com by
vi.srika...@gmail.com
on 15 Nov 2010 at 2:57