I've been building OpenSocial gadgets for IBM Connections and notice that the JavaScript is pre-fetched, minified and concatenated into a single file by the IBM Connections server.
This is great for production, but having already enabled developer mode in IBM Connections, it would be great if each JS file wasn't pushed onto a single line.
- Is there a setting to prevent the minification?
- Does IBM Connections generate a source map so that the original JS can be regenerated?
- Is there anything else I'm missing?