-
-
Notifications
You must be signed in to change notification settings - Fork 104
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
Allow components to be grouped together in a single subdirectory. #61
Allow components to be grouped together in a single subdirectory. #61
Conversation
This allows for the following formats (as discussed in the core team F2F): ``` * `component:foo-bar` -> `app/pods/components/foo-bar/component` * `template:components/foo-bar` -> `app/pods/components/foo-bar/template` ```
wasn't the idea each pod would be component based?
|
@stefanpenner - Yes, that works already. This change allows you to group the two things for components together, under the root component dir. Specifically, if you do not set a
This was discussed during the F2F (@wycats mentioned that he thought this was already possible actually). It is possible that I misunderstood. I am happy to change and/or kill this if I missed the point... |
@rwjblue in your second example there is no |
LGTM |
Allow components to be grouped together in a single subdirectory.
@stefanpenner - Yeah, the idea is that you may or may not have a |
My
It seems that my project doesn't get components from the addon.I got the error saying Any Idea? |
Add automatic fallback to `${module}/index`.
This allows for the following formats (as discussed in the core team F2F):
Thanks to @machty for pointing out this omission.