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

Fix server never getting started when using --no-build flag #346

Merged
merged 1 commit into from
Feb 3, 2017

Conversation

simonihmig
Copy link
Contributor

When running ember fastboot --no-build (which is mentioned in the README for a fast debug mode) the server is never started, as it is waiting endlessly for the postBuild event, which is never fired when skipping the build step.

This should fix it, immediately calling start after run when options.build is false.

@rwjblue rwjblue merged commit e65bd3e into ember-fastboot:master Feb 3, 2017
@rwjblue
Copy link
Member

rwjblue commented Feb 3, 2017

Thank you!

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