assemble / assemble-handlebars

Assemble engine plugin for Handlebars templates
https://github.com/assemble/assemble
MIT License
8 stars 19 forks source link

Register Helpers missing from the Handlebars object. v2.4 #25

Closed augurone closed 9 years ago

augurone commented 9 years ago

Error loading helpers from file: ~/bower_components/{helper}.js TypeError: Object # has no method 'registerHelper'

So I logged the object to see what was there, and there is not registerHelper on the object.

{ init: [Function], compile: [Function], render: [Function], registerFunctions: [Function], registerPartial: [Function] }

Psykoral commented 9 years ago

:+1: definitely seeing this too. Causing errors in builds. v0.2.4 from an hour ago has this error. v0.2.3 does not.

doowb commented 9 years ago

handlebars property is missing from the object. we'll get it fixed soon.

doowb commented 9 years ago

Try 0.2.5 and let me know if that fixes the issue.

augurone commented 9 years ago

:thumbsup: That did the trick, thanks for your responsiveness.

Psykoral commented 9 years ago

thanks for the quick turn around!