handlebars.js
handlebars.js copied to clipboard
Clearer error message
throw new _exception2['default']('The partial ' + options.name + ' could not be found');
please include double (or single quotes) around options.name in the error message to make it clearer that is the object that could not be found instead of a verb within the message.
add hbs.registerPartials(partialsPath) make sure u add registerPartial(s)