Skip to content

Comments

no longer depend on mysterious fast boot flag#30

Closed
stefanpenner wants to merge 1 commit intoember-fastboot:masterfrom
stefanpenner:remove-mysterious-flag
Closed

no longer depend on mysterious fast boot flag#30
stefanpenner wants to merge 1 commit intoember-fastboot:masterfrom
stefanpenner:remove-mysterious-flag

Conversation

@stefanpenner
Copy link

No description provided.

index.js Outdated
if (!process.env.FASTBOOT_NEW_BUILD) {
let fastboot = this.project.findAddonByName('ember-cli-fastboot');

if (fastboot && semver.gte(fastboot.pkg.version, '1.0.0-rc.1')) {

Choose a reason for hiding this comment

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

I think this should be lte

Copy link
Author

Choose a reason for hiding this comment

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

ah, didn't does't the negate on line 13.

@cibernox
Copy link
Contributor

cibernox commented Jun 6, 2017

@stefanpenner I believe I closed this with #32

@rwjblue rwjblue closed this Jun 6, 2017
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.

4 participants