I have reports - no source available, I'm afraid - of a web application that doesn't work on devices using some mobile data networks, because the network operators are running a non-transparent proxy that is compressing images and minifying JavaScript, and the minification is actually breaking the code.
I'm curious as to whether anyone has an example (i.e. a code snippet plus a minification technique) whereby sloppy JS code combined with aggressive minification could actually change the meaning of the code? I suspect such a combination is possible but can't think of - or find - any examples. Anyone got a good example, or a proof to the contrary?