kriswallsmith/assetic

CssRewriteFilter on windows environment

diego-sorribas opened this issue · 0 comments

Hi! I'm working on azure with a windows server running PHP, I dont know if this is a bug but I have problems when rewritting the urls inside my css. This is an example of a route: D:\home\site\wwwroot\public_html\templates\home\css\minified_products_1.css , I changed the slashes of the CssRewriteFilter.php for DIRECTORY_SEPARATOR and its works, maybe the filter doesnt support windows environment?

Thanks!