¡@

Home 

php Programming Glossary: cssrewrite

Path of assets in CSS files in Symfony2

http://stackoverflow.com/questions/9500573/path-of-assets-in-css-files-in-symfony2

subdirectory too. Second Solution Use Assetic with filter cssrewrite . So I changed all my paths in my CSS file to url .. .. .. .... to the web images directory. This does not work since cssrewrite produces the following code url .. .. Resources assets which.. '@MyCompanyMyBundle Resources assets css .css' filter cssrewrite link rel stylesheet href asset_url endstylesheets Current Third..