Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

README: add info about source code file size #56

Merged
merged 1 commit into from Jan 27, 2017

Conversation

williamboman
Copy link
Contributor

@williamboman williamboman commented Jan 27, 2017

I tend to look for these metrics when evaluating packages, this makes it readily available. ¯\_(ツ)_/¯

$ npm install uglify-js
$ ./node_modules/.bin/uglifyjs --compress --mangle -- index.js | wc -c
1076
$ ./node_modules/.bin/uglifyjs --compress --mangle -- index.js | gzip -c | wc -c
533

@TehShrike
Copy link
Owner

That is useful. Thanks! :-)

@TehShrike TehShrike merged commit 3a38859 into TehShrike:master Jan 27, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants