-
Notifications
You must be signed in to change notification settings - Fork 99
Update project #210
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
Update project #210
Conversation
'index.js', | ||
'testem.js', | ||
'ember-cli-build.js', | ||
'blueprints/*/index.js', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe change this to "blueprings/**/*.js"?
Then we don't need /* eslint-env node */
in the other node files inside the "blueprints/" dir.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The tricky bit with those directories is that they're a mix of node and Emberland files. This entry is from the default addon blueprint, and our -addon-import
and test-framework-detector
are sort of oddballs, so it seemed simpler to leave it as-is rather than having to keep dealing with merge conflicts each time we update.
@chriskrycho @dwickern @jamescdavis any objections to this? It's the first in a chain that looks something like:
|
I'm 👍 on it; sorry, I meant to say as much a week ago! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
This
ember-cli-update
s the project to Ember + CLI ~3.1.0 as a preliminary step toward reworking our test matrix as discussed in #190