Skip to content

Instantly share code, notes, and snippets.

@shamrin
Created January 21, 2016 10:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shamrin/249628d867d955133987 to your computer and use it in GitHub Desktop.
Save shamrin/249628d867d955133987 to your computer and use it in GitHub Desktop.
twitter-text.js size
$ curl -s https://raw.githubusercontent.com/twitter/twitter-text/master/js/twitter-text.js | uglifyjs | gzip | wc -c
14988
$ curl -s https://raw.githubusercontent.com/twitter/twitter-text/master/js/twitter-text.js | uglifyjs | wc -c
40295
$ curl -s https://raw.githubusercontent.com/twitter/twitter-text/master/js/twitter-text.js | gzip | wc -c
19747
$ curl -s https://raw.githubusercontent.com/twitter/twitter-text/master/js/twitter-text.js | wc -c
62616
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment