Reputation: 11
Using iis, how can we check the size of a script file, eg jQuery library, after the gzip compression?
Upvotes: 1
Views: 219
Reputation: 4332
OSX or Linux command line:
gzip app.js && du -h app.js.gz