I don’t like the default provided folder structure that ember app kit provides for larger projects so I came up with this:
-
Global
-
Helpers
-
Style
-
Partials
-
Images
-
Modules
-
Modulename
- Style
- Views
- Controllers
- Routes
- Models
- Templates
- Adapters (ember-data)
-
Components
- Componentname
- Style
- Views
- Templates
- Tests
- Unit
- Componentname
Now I have a problem with the precompilation of the handlebars/emblem templates. Basically they get compiled with the folder names prefixed to it. How can I precompile them so that components/componentname/templates maps to templates/components?