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

Ensure that addon build hooks are called in the proper order. #2792

Merged
merged 1 commit into from
Dec 20, 2014

Conversation

rwjblue
Copy link
Member

@rwjblue rwjblue commented Dec 20, 2014

Prior to this change, preBuild was actually being called after the Broccoli build completed (but before the tmp directory was copied to --output-path). Clearly this is incorrect.

/cc @rondale-sc @danmcclain

rwjblue added a commit that referenced this pull request Dec 20, 2014
Ensure that addon build hooks are called in the proper order.
@rwjblue rwjblue merged commit 160e950 into ember-cli:master Dec 20, 2014
@rwjblue rwjblue deleted the pre-build-duh branch December 20, 2014 17:22
@stefanpenner
Copy link
Contributor

👻

@rondale-sc
Copy link
Contributor

lol branchname

rwjblue added a commit to rwjblue/ember-cli-rails-addon that referenced this pull request Dec 21, 2014
This fixes an issue with the ember-cli Builder.prototype.build
implementation for 0.1.3 and 0.1.4. The bug was fixed in
ember-cli/ember-cli#2792 and will be
availabe in 0.1.5.  Once that version is published and in normal
usage this monkey patch can be removed.
rwjblue added a commit to rwjblue/ember-cli-rails-addon that referenced this pull request Dec 21, 2014
This fixes an issue with the ember-cli Builder.prototype.build
implementation for 0.1.3 and 0.1.4. The bug was fixed in
ember-cli/ember-cli#2792 and will be
availabe in 0.1.5.  Once that version is published and in normal
usage this monkey patch can be removed.
rondale-sc pushed a commit to rondale-sc/ember-cli-rails-addon that referenced this pull request Jan 9, 2015
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.

None yet

3 participants