Christophe Coevoet
Christophe Coevoet
The issue is that your StringAsset does not have the paths defined in it, which means that the ScssphpFilter cannot resolve the imports. and the behavior of Sass for unresolvable...
Well, someone interested in the StylusFilter should contribute the implementation to look for imported files: https://github.com/kriswallsmith/assetic/blob/56cb5d6dec9e7a68a4da2fa89844f39d41092f31/src/Assetic/Filter/StylusFilter.php#L123
This should be a new filter rather than a replacement of the existing filter, to avoid issues for people using it
@diegosainz The `assets:install` command has a `--symlink` option doing a symlink instead of a copy for the assets
@diegosainz On windows, you need to run the script as administrator or to disable some of the checks (on 7 only as Vista does not allow disabling them) to be...
the CssRewrite filter does not work when using the `@MyBundle` syntax in AsseticBundle to reference the assets. This is a known limitation.
the other way to fix it is to use the cssembed filter to embed the images in the CSS file directly.
@inmarelibero this should not be necessary at all. I guess you are mixing things between code using `use_controller: true` and code using `use_controller: false`. When using the controller, it is...
`$twigLoader` should be your Twig_Loader object
What is the use case for this ?