* Aryeh Gregor Simetrical+wikilist@gmail.com [Mon, 6 Sep 2010 14:31:45 -0400]:
On Mon, Sep 6, 2010 at 10:15 AM, Roan Kattouw roan.kattouw@gmail.com wrote:
Or just use ?debug=true and we'll serve you unminified, uncombined
code.
Then you have to hope that the bug still occurs. Probably it will, but you never know. Plus, it would be nice if there weren't that extra step. Of course, even if they de-minified things, you'd still have no comments and so on, but at least the line number would mean something.
Do browsers support streamed and combined (archive-like) gz-encoded content? Then probably minifying will not be neccessary. Also, it would be great if these high-level JS-libraries like jQuery actually were ported into DOM API level (native browser's implementation instead of extra JS layer). However, these questions are to FF/IE/Opera developers... Dmitriy