Created
January 21, 2016 10:35
-
-
Save shamrin/249628d867d955133987 to your computer and use it in GitHub Desktop.
twitter-text.js size
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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