``` 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 https://github.com/SlexAxton/require-handlebars-plugin/issues/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