mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
minor changes
This commit is contained in:
parent
d9546462b6
commit
c7085650f3
2 changed files with 1 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"cache" : {"allowed" : true},
|
||||
"minification" : {
|
||||
"js" : true,
|
||||
"js" : false,
|
||||
"css" : true,
|
||||
"html" : true,
|
||||
"img" : true
|
||||
|
|
|
|||
|
|
@ -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');
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue