meenie / munee

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

CSS background path problem '../' with few images in background #24

Closed dfb243fda closed 11 years ago

dfb243fda commented 11 years ago

Hello, it is possible to add few images in background in CSS. For example I have: .c1 { background-image: url("../../img/bg29.png"), url("../../img/bg37.png"), url("../../img/bg53.png"); } It transforms to: .c1 { background-image: url("/mysite/public/img/bg29.png"), url("../../img/bg37.png"), url("../../img/bg53.png"); } First URL is ok, another two does not

meenie commented 11 years ago

Hi,

I will add this in as it was overlooked the first time. Thanks for the report!

Cheers, cody

meenie commented 11 years ago

@dfb243fda,

Sorry it took so long, this fix is now in place.