meenie / munee

Munee: Standalone PHP 5.3 Asset Optimisation & Manipulation
https://munee.herokuapp.com/
MIT License
833 stars 92 forks source link

CSS background relative path problem '//images/img.gif' #35

Closed maxisoft-git closed 9 years ago

maxisoft-git commented 10 years ago

Hi I have a problem with absolute paths in CSS after running the script in minify CSS opoluchayutsya links with a double slash here is an example:

original: background:url(../images/bg.jpg)

after munee: background:url(//templates/magazine/images/bg.jpg)

because excess slash pictures are not loaded

meenie commented 9 years ago

Please open this back up if you are having anymore issues.