Skip to content

Commit 2f9ac3f

Browse files
committed
Merge pull request #14 from ipluser/develop
fixed swig cache in dev env.
2 parents 1e27a02 + 29062ea commit 2f9ac3f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/config-swig.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ var locals = {
99

1010
var configSwig = function(swig) {
1111
swig.setDefaults({
12+
cache: systemParams.isDevMode ? !systemParams.isDevMode : "memory",
1213
locals: locals
1314
});
1415
};

0 commit comments

Comments
 (0)