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

fix: stops packaging ember-try node_modules #89

Merged
merged 1 commit into from
Dec 7, 2018

Conversation

headquarters
Copy link
Member

Currently ember-bulma packages ember-try node_modules after the tests finish with each ember-try version. This results in the npm installed package being WAY larger than the source (157MB on disk). This adds the ember-try node_modules to npmignore, matching other addon's like ember-concurrency.

Currently ember-bulma packages ember-try node_modules after the tests finish with each ember-try version. This results in the npm installed package being WAY larger than the source (157MB on disk). This adds the ember-try node_modules to npmignore, matching other addon's like [ember-concurrency](https://github.com/machty/ember-concurrency/blob/master/.npmignore).
@headquarters headquarters requested a review from jbailey4 December 7, 2018 17:23
Copy link
Member

@jbailey4 jbailey4 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for fixing this! I think it may help those teams who use a checked-in offline cache 😁

@jbailey4 jbailey4 merged commit 6c6bae6 into master Dec 7, 2018
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.

2 participants