Closed Exegetech closed 8 years ago
Hi @christiansakai,
Apologies for the late response. If you would like to use the .html
extension instead of .nunjucks
, you will need to:
base
, link
, and index
nunjucks files to .html
nunjuck.js
task file to look for **/*.html
instead of **/*.nunjucks
Once those things are completed, everything will work as expected.
NOTE: Keep in mind, if you use the sub-generators, they will create
.nunjucks
files, so will have to rename those files if you use them.
Hope this helps!
Closing out.
i'm wondering, can't that could be set in a general configuration var of sort? does'nt know yeogurt enoigh, but that would help not to have to rememebr changinng subgenerators template generated extension.
I tried to change the extension of the src files from .nunjucks and .html, also changed the some of the gulpfile related to that. Seems not working. Any ideas?