I have a number of files which I combine and pack to produce a single, minified JS file. The problem is that when I minify the file (using packer), IE6 gives one of its characteristic helpful error messages.
Line: 12 // of course, line 12 is an empty line
Char: 1
Error: Expected ')'
Code: 0
The thing is: it works fine in IE7, Firefox and Chrome the problem only comes up for IE6.
Unpacked, I have almost 200kb of scripts spread through 8 files. How on earth do I fix this?