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 .npmignore to reduce NPM package size #54

Merged
merged 1 commit into from
Mar 4, 2017
Merged

Add .npmignore to reduce NPM package size #54

merged 1 commit into from
Mar 4, 2017

Conversation

brianvanburken
Copy link
Contributor

This will drastically reduce the size of the NPM package by removing unneeded files. It will keep the README.md. On my system the package size went from 68KB to 25KB.

@mcollina
Copy link
Owner

mcollina commented Mar 4, 2017

I do not see a reason for adding an .npmignore to the root folder. However, adding *.png to the assets it is worth doing: I checked and the png file account for all the saving. Would you mind amending your commit?

@brianvanburken
Copy link
Contributor Author

@mcollina I've updated the PR to only ignore the .png file

@mcollina mcollina merged commit ce0acf6 into mcollina:master Mar 4, 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