Is there any way to precompile Handlebars template, so that it will be aware about Ember.js helpers, like "action", "view", etc.?
The reason I'm asking is because I need to use Ember.js with a runtime-only build of the Handlebars (due to CSP in Google Chrome), and it seems that Ember.js does not completely support currently such scenario: https://github.com/emberjs/ember.js/issues/1303