AssetManager
AssetManager copied to clipboard
service filters not called in ConsoleController
trafficstars
I would like to create all my assets files in a command.
I decided to use warmupAction of the AssetManager\Controller\ConsoleController but it seems that filters (by services) are not called in that way...
@mael-lg I'm not entirely sure what you're asking. @sokac is the main author of the cache warmup, so perhaps he'll be able to answer your question.
In fact,
I've configured a filter with the index service (a css minifier).
When I request a single file in my browser, the generated css is minified.
But when I use the ConsoleController to generate all my files in a row, generated files are not minified.