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

Recursive addons #1509

Merged
merged 1 commit into from
Aug 1, 2014
Merged

Recursive addons #1509

merged 1 commit into from
Aug 1, 2014

Conversation

bcardarella
Copy link
Contributor

@rwjblue
Copy link
Member

rwjblue commented Jul 28, 2014

Looks good, but this seems to be failing.

@bcardarella
Copy link
Contributor Author

@rwjblue fixed

@jakecraige
Copy link
Member

this is awesome

if (name !== 'ember-cli') {
var addonPath = path.join('node_modules', name);
var addonPath = path.join(root, 'node_modules', name);
Copy link
Contributor

Choose a reason for hiding this comment

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

should we use the resolve module?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

will that work with the recursion?

@bcardarella
Copy link
Contributor Author

@rwjblue @stefanpenner is this OK?

@rwjblue
Copy link
Member

rwjblue commented Aug 1, 2014

Needs a rebase.

@bcardarella
Copy link
Contributor Author

@rwjblue rebased

rwjblue added a commit that referenced this pull request Aug 1, 2014
@rwjblue rwjblue merged commit 39a5062 into ember-cli:master Aug 1, 2014
@bcardarella bcardarella deleted the bc-addons-in-your-addons branch August 1, 2014 02:19
@marcoow
Copy link
Contributor

marcoow commented Aug 25, 2014

Not sure whether that's a bug or I'm doing sth. wrong but with this addon package.json the ember-cli-simple-auth dependency gets installed to node_modules but its index.js is never executed. Shouldn't that be the case?

@rwjblue
Copy link
Member

rwjblue commented Aug 25, 2014

@marcoow - It definitely works in general. Take a look at ember-admin, it includes a couple addons and works properly. Can you open another issue so we can track this independently?

@marcoow
Copy link
Contributor

marcoow commented Aug 25, 2014

@rwjblue: I created a follow-up issue here: #1736

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.

5 participants