I want to combine & minify my assets only in production mode, but in development mode I don't need todo this because it make debugging more complicated. How can I do this?
To allow minifications only in production mode I can remove filters from global.php and add to local.php in production environment and it will work great.
How can I do the same trick with collection resolvers?
Thanks!