We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
require({ hbs : { helperPathCallback: function(name) {return 'cs!/helpers/' + name;} } }, ['main'])
suggests that each handlebar(with name) should have name file.
name
What if I have collection of helpers in multiple files under non standard (not templates/helper) directory? How do I make hbs know about it?
templates/helper
This has been asked #168
What if we want to use some 3rd party helper libraries such as
https://github.com/assemble/handlebars-helpers https://github.com/elving/swag
The text was updated successfully, but these errors were encountered:
bump
Sorry, something went wrong.
No branches or pull requests
suggests that each handlebar(with
name
) should havename
file.What if I have collection of helpers in multiple files under non standard (not
templates/helper
) directory?How do I make hbs know about it?
This has been asked #168
What if we want to use some 3rd party helper libraries such as
https://github.com/assemble/handlebars-helpers
https://github.com/elving/swag
The text was updated successfully, but these errors were encountered: