On 19/04/2011, at 19:52, Isaac Schlueter wrote: > On Tue, Apr 19, 2011 at 09:57, Jorge <[email protected]> wrote: >>> Most web apps will burn in hell if they are missing semicolons when you >>> minify them. >> >> Indeed, for some minifiers it's a must. > > Which minifiers?
I don't know, the ones that make "web apps burn in hell if they are missing semicolons". > (...) you end up with more easily > debuggable minified code, since the line numbers in stack traces are > actually helpful. (No "line 1, char 82,343" to deal with.) Great, I like that too, but (in production) most sites serve ~ illegible JS on purpose, I think. > I don't believe that "those minifiers" actually get much use. They're > hideously broken, and there is a huge selection of competent minifiers > that do actually minify JavaScript properly. jsmin.c is all I've ever used and all I've ever needed. It's fast and effective. -- Jorge. _______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

