Skip to content

Instantly share code, notes, and snippets.

@ericorruption
Created October 26, 2016 00:20
Show Gist options
  • Save ericorruption/ff240cdaf0348edf16b4a081cd87c9b7 to your computer and use it in GitHub Desktop.
Save ericorruption/ff240cdaf0348edf16b4a081cd87c9b7 to your computer and use it in GitHub Desktop.
calculate gzipped size of file
gzip -c filename.min.js | wc -c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment