Before moving to Ember-CLI, I had used Gulp where I created a task that would precompile the templates and add them to the Ember.TEMPLATES
property. Ember would access the templates from there.
When working with Ember-CLI though, I noticed that Ember.TEMPLATES
is an empty object and yet Ember is still able to resolve its templates. How does Ember-CLI do this?