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

Adds .npmignore and whitelists js files #83

Merged
merged 1 commit into from
Aug 8, 2016
Merged

Adds .npmignore and whitelists js files #83

merged 1 commit into from
Aug 8, 2016

Conversation

twokul
Copy link
Member

@twokul twokul commented Aug 5, 2016

Makes sure to ignore files that are irrelevant when installing the package.

related to ember-cli/ember-cli#6147

@jonkoops
Copy link

jonkoops commented Aug 6, 2016

@twokul .npmignore can probably be removed entirely since the files key takes precedence.

@@ -11,6 +11,10 @@
"start": "ember server",
"test": "ember test"
},
"files": [
"index.js",
"ember-cli-build.js"
Copy link
Member

Choose a reason for hiding this comment

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

I don't believe this file is required

Makes sure to ignore files that are irrelevant when installing the package.
@stefanpenner stefanpenner merged commit 98ac5b1 into emberjs:master Aug 8, 2016
@twokul twokul deleted the byte-shrink branch August 8, 2016 01:00
siva-sundar pushed a commit to siva-sundar/ember-cli-babel that referenced this pull request Feb 11, 2021
[BUGFIX] cache not clearing reliably when modifying options
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants