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.
1 parent f3a5f51 commit 29062eaCopy full SHA for 29062ea
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