I would like an option to have Adobe minify the offer code before it is served. For example:
Why?
The code with in our offers is not minified and contains a lot of comments. This is so other users of Target can understand what the offer code is doing.
However, it feels undesirable to serve this to real users:
- It feels unprofessional to serve production code unminified with lots of comments in it
- there would likely be a small performance gain through minification
Currently I can't see a neat way round this. Either we:
- minify the code placed in the offer, making it unreadable
- leave it unminified and have this serve to production
- have duplicate minified/unminified offers stored in the tool