diff --git a/server.js b/server.js index 82cf0ac3..3917edb6 100644 --- a/server.js +++ b/server.js @@ -174,14 +174,14 @@ var CloudFunc = require(CloudServer.LIBDIR + /* конструктор*/ CloudServer.init=(function(){ /* Переменная в которой храниться кэш*/ - CloudServer.Cache.setAllowed(true); + CloudServer.Cache.setAllowed(false); /* Change default parameters of * js/css/html minification */ CloudServer.Minify.setAllowed({ js:true, css:true, - html:true, + html:false, img:true }); /* Если нужно минимизируем скрипты */