Is there a benefit to minifying Javascript before gzipping it?

Posted by Steve Steiner on Stack Overflow See other posts from Stack Overflow or by Steve Steiner
Published on 2010-04-07T03:48:43Z Indexed on 2010/04/07 3:53 UTC
Read the original article Hit count: 269

Filed under:
|
|

Is there some valid purpose to minifying before compressing? It seems highly unlikely that the gzipped file is smaller if it's minified first.

I ask because diagnosing production problems in minified code is substantially more difficult, and I'm wondering if people are subjecting themselves to that for no purpose.

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about minify