We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1e27a02 + 29062ea commit 2f9ac3fCopy full SHA for 2f9ac3f
config/config-swig.js
@@ -9,6 +9,7 @@ var locals = {
9
10
var configSwig = function(swig) {
11
swig.setDefaults({
12
+ cache: systemParams.isDevMode ? !systemParams.isDevMode : "memory",
13
locals: locals
14
});
15
};
0 commit comments