Instead of sitting component files in templates/components/component-name.hsb, shouldn’t they live in components/component-name/
So you have the js and hbs for a given component in the same place?
Instead of sitting component files in templates/components/component-name.hsb, shouldn’t they live in components/component-name/
So you have the js and hbs for a given component in the same place?
What you’re looking for is Ember CLI Pods:
Boom, thank you so much. This is exactly what I was looking for.