diff --git a/config.json b/config.json index 66993965..557b31dc 100644 --- a/config.json +++ b/config.json @@ -1,7 +1,7 @@ { "cache" : {"allowed" : true}, "minification" : { - "js" : true, + "js" : false, "css" : true, "html" : true, "img" : true diff --git a/server.js b/server.js index caad557a..bc43a3b7 100644 --- a/server.js +++ b/server.js @@ -79,7 +79,6 @@ var Zlib; try { Zlib = require('zlib'); /* модуль для сжатия данных gzip-ом*/ } catch (error) { - Zlib = undefined; console.log('to use gzip-commpression' + 'you should use newer node version\n'); }