You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 15, 2023. It is now read-only.
I would like nunjucks-brunch to only process the templates in ./static/templates/, therefore I configured it in the following way in ./brunch-config.js:
In my project, I have two folders where I put templates:
./templates/
and./static/templates/
.I would like nunjucks-brunch to only process the templates in
./static/templates/
, therefore I configured it in the following way in./brunch-config.js
:Unfortunately, nunjucks-brunch will still pick up the templates in
./templates/
. What am I doing wrong?The text was updated successfully, but these errors were encountered: