Reputation: 299
I'm working new with the ember-cli starter-kit and want to know whether it is possible to use the POD folder structure?
My goal is to have a "independent" component folder structure like this:
component folder
--index.hbs
--controller.hbs
--router.hbs
--style.css
--externaljavascripts.js
Upvotes: 2
Views: 380
Reputation: 56
I know ember-cli supports the POD structure.
http://www.ember-cli.com/#naming-conventions
Scroll down to the POD section of the page.
Upvotes: 1