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

Addonify++ #64

Merged
merged 6 commits into from
Jan 20, 2016
Merged

Addonify++ #64

merged 6 commits into from
Jan 20, 2016

Conversation

rwjblue
Copy link
Member

@rwjblue rwjblue commented Jan 20, 2016

No description provided.

chadhietala and others added 6 commits January 19, 2016 21:15
In general, `addon/` is used for ES6 source, but this addon is the
supporting loader so it cannot actually be in ES6 format.
The move of the entry point script and dropping support for `bower`
consumers is a breaking change. Update version number accordingly.
@rwjblue rwjblue mentioned this pull request Jan 20, 2016
@rwjblue
Copy link
Member Author

rwjblue commented Jan 20, 2016

@stefanpenner - r?

@rwjblue
Copy link
Member Author

rwjblue commented Jan 20, 2016

Updates to ember-cli being tracked in ember-cli/ember-cli#5379.


included: function() {
this.app.import('vendor/loader.js', {
prepend: true
Copy link
Contributor

Choose a reason for hiding this comment

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

is this sufficient, or should we make a special case option for the loader itself?

Copy link
Member Author

Choose a reason for hiding this comment

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

This ensures loader is prepended, in theory other things could also ask to be prepended today but they would already be added before the loader.

Basically, things that are prepended to vendor should not assume the loader works (this is how it is today also)...

@stefanpenner
Copy link
Contributor

@rwjblue seems good. r+

rwjblue added a commit that referenced this pull request Jan 20, 2016
@rwjblue rwjblue merged commit 8e97fe1 into master Jan 20, 2016
@rwjblue rwjblue deleted the addonify branch January 20, 2016 15:16
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