When publishing an Edge composition all of the javascript gets minimised, which is great.
It'd be great if 'compilation' tools like this could be added/removed, either as a software-wide plugin or as a list of processors in the publish settings.
This could be used to do the following sorts of things:
- Obsfucate code
- Use alternative JS minimiser
- Optimise SVG assets (remove identity transforms, resolve certain 'use' nodes, etc)
- Compress / Recompress imagery (similar to flash's JPEG publish settings).