Closed cmalven closed 6 years ago
Expected behavior:
one-base:static
useNunjucks: false
index.html
useNunjucks: true
/src/templates
Actual behavior:
Expected behavior:
one-base:static
withuseNunjucks: false
creates a defaultindex.html
in the root of the project.one-base:static
withuseNunjucks: true
creates a defaultindex.html
in/src/templates
Actual behavior:
one-base:static
withuseNunjucks: false
does not create anindex.html
anywhere in the projectone-base:static
withuseNunjucks: true
creates a defaultindex.html
in the root of the project.