You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 19, 2023. It is now read-only.
Ember uses Ember.Handlebars for compilation (ember-template-compiler), since it adds additional helpers. When compiling these templates I get errors like:
Error: Missing helper: 'partial'
Maybe allowing for use of a custom compiler? Or if it's already available, then add docs?
Something like: "hbsfy-precompiler": "ember-template-compiler" in package.json and that would be required instead of handlebars. Something like mothership might be helpful (as well as browserify-shim, by the same author, which uses it).
The text was updated successfully, but these errors were encountered:
knownasilya
changed the title
Issues when with Ember
Issues when using with Ember specific Handlebars templates
Apr 24, 2014
Ember uses
Ember.Handlebars
for compilation (ember-template-compiler), since it adds additional helpers. When compiling these templates I get errors like:Maybe allowing for use of a custom compiler? Or if it's already available, then add docs?
Something like:
"hbsfy-precompiler": "ember-template-compiler"
inpackage.json
and that would be required instead ofhandlebars
. Something like mothership might be helpful (as well as browserify-shim, by the same author, which uses it).The text was updated successfully, but these errors were encountered: