Skip to content
This repository has been archived by the owner on Jan 7, 2019. It is now read-only.

Fastboot, destructuring, and ESLint #6

Merged
merged 5 commits into from Aug 19, 2016
Merged

Fastboot, destructuring, and ESLint #6

merged 5 commits into from Aug 19, 2016

Conversation

RobbieTheWagner
Copy link
Contributor

@RobbieTheWagner RobbieTheWagner commented Aug 12, 2016

I updated to ember-cli 2.7.0, switched from jshint to ESLint, destructured Ember, and added checks for fastboot.

Resolves #4


destroyApp(this.application);
let afterEach = options.afterEach && options.afterEach.apply(this, arguments);
return Promise.resolve(afterEach).then(() => destroyApp(this.application));
Copy link
Owner

Choose a reason for hiding this comment

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

why are changes to this file necessary?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Ember CLI changed this file. I ran ember init and pulled in all the necessary changes.

@RobbieTheWagner
Copy link
Contributor Author

@bttf any issues with this PR?

@bttf
Copy link
Owner

bttf commented Aug 19, 2016

@rwwagner90 it appears that this breaks with apps that do not have fastboot already installed

@RobbieTheWagner
Copy link
Contributor Author

@bttf okay, I can fix that.

@RobbieTheWagner
Copy link
Contributor Author

@bttf should be fixed now. Please give it a look

@bttf bttf merged commit 750c859 into bttf:master Aug 19, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants