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

[BUGFIX] Fixes nested component generation in addons with correct relative path for template import #3515

Merged

Conversation

trabus
Copy link
Contributor

@trabus trabus commented Mar 12, 2015

This PR fixes #3514

Generating nested components inside of an addon was not taking into account the path depth when generating the template import path.

@trabus trabus force-pushed the addon-component-relative-paths branch 2 times, most recently from da950ad to a0cb797 Compare March 12, 2015 06:58
@trabus
Copy link
Contributor Author

trabus commented Mar 12, 2015

I have no idea why Appveyor hates me.

@rwjblue
Copy link
Member

rwjblue commented Mar 12, 2015

You need to rebase, it will update AppVeyor to use Node 0.12.

@trabus trabus force-pushed the addon-component-relative-paths branch 2 times, most recently from dbef569 to 87671f5 Compare March 13, 2015 18:49
@trabus trabus force-pushed the addon-component-relative-paths branch from 87671f5 to a46602d Compare March 14, 2015 04:45
@trabus
Copy link
Contributor Author

trabus commented Mar 14, 2015

@rwjblue Appveyor feels like a slot machine sometimes. Finally got it to run without timing out on a random test.

@trabus trabus changed the title Fixes nested component generation in addons with correct relative path for template import [BUGFIX] Fixes nested component generation in addons with correct relative path for template import Mar 14, 2015
@stefanpenner
Copy link
Contributor

👍

stefanpenner added a commit that referenced this pull request Mar 14, 2015
[BUGFIX] Fixes nested component generation in addons with correct relative path for template import
@stefanpenner stefanpenner merged commit 207a149 into ember-cli:master Mar 14, 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.

Issue with Component Generator using a Nested Path with Ember Addons
4 participants