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

Update ember cli 2.10 #80

Merged
merged 3 commits into from
Dec 22, 2016

Conversation

jrjohnson
Copy link
Contributor

What Changed & Why

In the interests of staying current I updated dependancies and blueprints for ember-cli 2.10.0. The only material changes made were to tests/unit/index-nodetest.js and tests/unit/lib/s3-nodetest.js where I copied the advised template from http://ember-cli-deploy.com/docs/v0.6.x/writing-a-plugin/

This includes running `ember init` and updating blueprints.
@lukemelia
Copy link
Contributor

@jrjohnson This looks good. As discussed in Slack, I'd ultimately like to remove standard files that serve no purpose in this addon. e.g. stuff related to qunit/in-browser testing. That should be a separate PR anyway, though.

- npm install
- bower install

script:
- npm test
Copy link
Contributor

Choose a reason for hiding this comment

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

@jrjohnson this change is not appropriate because it makes travis try to run ember tests instead of the node tests specified in package.json.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Damn. I fixed that. Must have gotten lost when I was messing with what to include / not include in this PR. Good catch. Sorry. I pushed the fix, should I squash commits? Or do you prefer them separate?

@jrjohnson
Copy link
Contributor Author

@lukemelia yes. I was thinking I would sweep through several plugins and update ember-cli and then go back through and start pulling out things like ember-try, qunit, etc... that are not being used. Also not included here is that JSHint isn't running in CI so some errors are not being caught - but that seems like a different PR as well.

@lukemelia lukemelia merged commit c9716b7 into ember-cli-deploy:master Dec 22, 2016
@jrjohnson jrjohnson deleted the update-ember-cli-2.10 branch December 22, 2016 17:52
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