I have been struggling quite a bit with generating a static site using gulp, handlebars, and handlebars layouts. I suspect I am doing something wrong but I cannot for the life of me figure out what it is. I am not sure if I am applying/ identifying a layout file correctly. Should it be as a partial?
What is the correct value for a layout partial?
In none of my handlebars files do I have an 'html/template' partial. I'm assuming this is an internal of handlebars-layouts.
Stack error:
Error: Missing partial: 'html/template'
at Object.extend (\node_modules\handlebars-layouts\index.js:120:11)
at Object.eval [as main] (eval at createFunctionContext (\node_modules\handlebars\dist\cjs\handlebars\compiler\javascript-compiler.js:266:23), <anonymous>:5:96)
at main (node_modules\handlebars\dist\cjs\handlebars\runtime.js:176:32)
I have been struggling quite a bit with generating a static site using gulp, handlebars, and handlebars layouts. I suspect I am doing something wrong but I cannot for the life of me figure out what it is. I am not sure if I am applying/ identifying a layout file correctly. Should it be as a partial?
I am using the following:
This is in my gulp file:
the configuration information looks like this:
What is the correct value for a layout partial? In none of my handlebars files do I have an 'html/template' partial. I'm assuming this is an internal of handlebars-layouts.
Stack error: