Skip to content

Instantly share code, notes, and snippets.

@isaacs
Created February 14, 2014 18:34
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save isaacs/9006411 to your computer and use it in GitHub Desktop.
Save isaacs/9006411 to your computer and use it in GitHub Desktop.
$ find node_modules -name 'README*' | xargs wc -c | tail -1
531452 total
$ find static -type f | xargs wc -c | tail -1
820587 total
@isaacs
Copy link
Author

isaacs commented Feb 14, 2014

To be fair, npm-www does have some relatively large logo images.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment