require({
hbs : {
helperPathCallback: function(name) {return 'cs!/helpers/' + name;}
}
}, ['main'])
suggests that each handlebar(with name) should have name 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
suggests that each handlebar(with
name) should havenamefile.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