arikwex / quick-sip

Gulp build process tasks that provide watchify and sass compilation.
MIT License
1 stars 9 forks source link

Add the ability to register partials for handlebars #13

Open mandragorn opened 9 years ago

mandragorn commented 9 years ago

Partials require additional processing in handlebars, update quick-sip to register any .hbs file that starts with an _ as a partial (the underscore is used in an example and allows them to live in pods). http://blog.teamtreehouse.com/handlebars-js-part-2-partials-and-helpers. Handlebars.registerParital() is used to register a partial.