Open
Description
Description
Reason: After generating the (versioned) asset files, I'm running them through a minification tool (to remove comments). I know this could be achieved by adding sensiolabs/minify-bundle
, but the more tools you add inside AssetMapper, the more obscure it gets.
So I'm suggesting a CLI command that goes through all the files in public/assets/
and create the precompressed version.
Might be useful for other kinds of "intermediate processing" (i.e. before pre-compression) of those files too.
Example
No response