We have a package with a stack of javascript containing ridiculously long variable names. We can't instruct the developers to rename their variables this late in the piece, so I'm hoping that we could leverage obfuscation, rather than just minification.
Incidently, minification can be turned on by navigating to {ServerURL}/system/console/configMgr, going to the Day CQ HTML Library Manager, and clicking on the Minify checkbox.
This would work well if it were whitespaces and comments causing the issue, but what we really need to get the file size down is to be able to compress by obfuscating the variable names.
Is there a config that I've missed somewhere, or does anyone know of a third party tool that we could use?