Closed GoogleCodeExporter closed 9 years ago
JSMin, which Minify uses to compress JS, only works with valid JavaScript. The
minmax.js file you attached contains JScript conditional comments, which are an
invalid Microsoft extension to JS supported only by IE. As a result, the entire
script is treated as a comment by standards-compliant JavaScript parsers.
Original comment by rgr...@gmail.com
on 28 Aug 2007 at 5:17
Version 2.1+ won't *break* the file, but won't minify it either (it ignores but
does
not delete Jscript conditional comments).
FWIW this file is bad practice now (IE7+ doesn't need it) and it encouraged a
bad
design (should be conditionally linked in the HTML so only IE requested it).
Original comment by mrclay....@gmail.com
on 27 Nov 2008 at 3:31
thanks!
Original comment by j...@jedisthlm.com
on 27 Nov 2008 at 4:10
Original issue reported on code.google.com by
j...@jedisthlm.com
on 20 May 2007 at 10:24Attachments: