You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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...
The text was updated successfully, but these errors were encountered:
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.
I would like to create all my assets files in a command.
I decided to use
warmupAction
of theAssetManager\Controller\ConsoleController
but it seems that filters (by services) are not called in that way...The text was updated successfully, but these errors were encountered: