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

Use Project model from EmberApp. #989

Merged
merged 1 commit into from
Jun 12, 2014

Conversation

rwjblue
Copy link
Member

@rwjblue rwjblue commented Jun 11, 2014

  • Add Project.closestSync (we cannot do async in Brocfile.js right now).
  • Use Project.require and Project.name logic for EmberApp.
  • Remove boilerplate/defaulted params from Brocfile.js.

Fixes #397.


Making the EmberApp use Project is the first step to adding centralized logic for discovering addons.

* Add `Project.closestSync` (we cannot do async in `Brocfile.js` right now).
* Use `Project.require` and `Project.name` logic for `EmberApp`.
* Remove boilerplate/defaulted params from `Brocfile.js`.
stefanpenner added a commit that referenced this pull request Jun 12, 2014
@stefanpenner stefanpenner merged commit 8312150 into ember-cli:master Jun 12, 2014
@rwjblue rwjblue deleted the use-project-in-ember-app branch June 12, 2014 01:30
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.

preprocessor's reference to pkg should come from Project
2 participants