layoutName
Instead import the templates as modules, the way Ember CLI wants us to.
app/app
The app boot should call `create()`
Discourse.RAW_TEMPLATES
We were sharing `Discourse` both as an application object and a namespace which complicated things for Ember CLI. This patch moves raw templates into `__DISCOURSE_RAW_TEMPLATES` and adds a couple helper methods to create/remove them.
deprecated