Make it possible to declare additional helper files within the configuration file. ``` for helper in configuration._helpers Require(helper)(Handlebars) ```
Make it possible to declare additional helper files within the configuration file.