meenie / munee

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

If not use URL Rewrite, only run supported files through Munee when fixing relative paths in CSS Files #88

Open meenie opened 9 years ago

meenie commented 9 years ago

If not using URL Rewrite (.htaccess file), then Munee shouldn't run unsupported files through itself. Ref: https://github.com/meenie/munee/blob/master/src/Munee/Asset/Type/Css.php#L248

This is related to #79