fuseelements / ember-brunch-skeleton

Is a skeleton for emberjs applications using the brunch build tool. If you have brunch installed globally, you can execute "brunch new https://github.com/fuseelements/ember-brunch-skeleton".
9 stars 3 forks source link

Add convention-based resolver; remove */index.js registries #3

Closed ahaurw01 closed 10 years ago

ahaurw01 commented 10 years ago

Alleviates the need for index.js registering classes on the App namespace.

jonbuffington commented 10 years ago

Thanks!