Skip to content
This repository has been archived by the owner on Oct 19, 2023. It is now read-only.

Issues when using with Ember specific Handlebars templates #24

Closed
knownasilya opened this issue Apr 24, 2014 · 2 comments
Closed

Issues when using with Ember specific Handlebars templates #24

knownasilya opened this issue Apr 24, 2014 · 2 comments

Comments

@knownasilya
Copy link
Contributor

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).

@knownasilya knownasilya changed the title Issues when with Ember Issues when using with Ember specific Handlebars templates Apr 24, 2014
@esamattis
Copy link
Owner

PR welcome for subarg option.

@esamattis
Copy link
Owner

I guess this is can be closed as of #31

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants