UNPKG

99 BJavaScriptView Raw
1hbs = require('hbs');
2
3module.exports = function(core){
4 hbs.registerPartials(core.get('views'));
5}
\No newline at end of file