-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Recursive addons #1509
Conversation
bcardarella
commented
Jul 28, 2014
Looks good, but this seems to be failing. |
@rwjblue fixed |
this is awesome |
if (name !== 'ember-cli') { | ||
var addonPath = path.join('node_modules', name); | ||
var addonPath = path.join(root, 'node_modules', name); |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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?
@rwjblue @stefanpenner is this OK? |
Needs a rebase. |
@rwjblue rebased |
Not sure whether that's a bug or I'm doing sth. wrong but with this addon package.json the |
@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? |