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

Add an .npmignore to greatly reduce the size of the module #156

Closed
dylang opened this issue Aug 2, 2014 · 1 comment
Closed

Add an .npmignore to greatly reduce the size of the module #156

dylang opened this issue Aug 2, 2014 · 1 comment

Comments

@dylang
Copy link

dylang commented Aug 2, 2014

You'd think module sizes shouldn't matter on the server, but it adds up when something like bunyan is required by many modules. We hit inode issues caused by the number of files before we hit disk space errors.

I can turn this into a PR if you prefer:

.npmignore

/tmp
/node_modules
*.log
!/test/corpus/*.log
/docs
/examples
/test
@trentm trentm closed this as completed in 69c5258 Aug 25, 2014
@trentm
Copy link
Owner

trentm commented Aug 25, 2014

Thanks! Will be in bunyan 1.0.1

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

No branches or pull requests

2 participants