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.