Skip to content
This repository has been archived by the owner on Apr 16, 2020. It is now read-only.

Templates/helpers not registering #15

Open
pdavid0 opened this issue Apr 4, 2014 · 1 comment
Open

Templates/helpers not registering #15

pdavid0 opened this issue Apr 4, 2014 · 1 comment

Comments

@pdavid0
Copy link

pdavid0 commented Apr 4, 2014

uncaught Error: Missing helper: 'yeller'.

My app structure is a bit different from yours, but I used this repo as a guide, so maybe you have an idea ?

// hbs config - must duplicate in Gruntfile.js Require build
hbs: {
    templateExtension: 'html',
    helperDirectory: 'templates/helpers/',
    i18nDirectory: 'templates/i18n/',
    compileOptions: {} // options object which is passed to Handlebars compiler
}
@tcosentino
Copy link

I'm having a similar problem. Without putting a file in templates/helpers/ it complains there is no file, but then when I do have the file it says missing helper.

Any thoughts?

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