Skip to content

Commit f061aad

Browse files
author
Dan White
committed
Set noCache = true on Nunjucks env, so restarts are not needed so often
1 parent e1d25d4 commit f061aad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/engine-nunjucks/lib/engine_nunjucks.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ PatternLoader.prototype.getSource = function(name) {
3939
return {
4040
src: fs.readFileSync(fullPath, 'utf-8'),
4141
path: fullPath,
42+
noCache: true
4243
};
4344
};
4445

0 commit comments

Comments
 (0)