minor changes

This commit is contained in:
coderaiser 2012-07-22 14:37:25 -04:00
parent d9546462b6
commit c7085650f3
2 changed files with 1 additions and 2 deletions

View file

@ -1,7 +1,7 @@
{
"cache" : {"allowed" : true},
"minification" : {
"js" : true,
"js" : false,
"css" : true,
"html" : true,
"img" : true

View file

@ -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');
}