Closed GoogleCodeExporter closed 9 years ago
Did you turn on Firephp logging and verify it's an exception in JSMin?
http://code.google.com/p/minify/wiki/Debugging#400_Bad_Request_errors
Original comment by mrclay....@gmail.com
on 11 Nov 2010 at 12:42
Here's what I get from the logs in FirePHP:
Minify: Exception in /var/www/min/XYZ.js: JSMin: Unterminated RegExp at byte
3705: / (res * this.tileSize.w));
It's not a major problem, obviously, as I can just modify the file to not have
lines that begin with a slash.
Original comment by mgl....@gmail.com
on 11 Nov 2010 at 4:41
FWIW JSLint complains about it: "Bad line breaking before '/'." but I don't if
that's influenced by the spec or Crockford's preferences.
Original comment by mrclay....@gmail.com
on 11 Nov 2010 at 6:16
Original issue reported on code.google.com by
mgl....@gmail.com
on 10 Nov 2010 at 11:02