-
Notifications
You must be signed in to change notification settings - Fork 126
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
this.merge is undefined #116
Comments
I was running into this myself but swapped the runtime version to 1.3.0 inside the |
Oh, yes, sorry, I should've added that using that runtime did solve the problem for me. |
I think it's related to #103 which in fact is related to handlebars-lang/handlebars.js#547 (comment) What handlebars version were you using ? Maybe a problem between compiled and runtime versions ? |
@stephanebachelier As mentioned. I believe it was a mismatch between the runtime version and the version grunt-contrib-handlebars was using. Will close this issue. |
When attempting to use a compiled template I'm getting an "undefined function" error. The culprit appears to be
this.merge
.helpers = this.merge(helpers, Handlebars.helpers);
This issue is almost identical to #55. I'm using v2.0.0 of the runtime delivered via bower.
The text was updated successfully, but these errors were encountered: