decrease indentation level in js optimizer
This commit is contained in:
Родитель
36924330b0
Коммит
c249e1fdaa
|
@ -153,7 +153,7 @@ function astToSrc(ast, compress) {
|
||||||
return uglify.uglify.gen_code(ast, {
|
return uglify.uglify.gen_code(ast, {
|
||||||
ascii_only: true,
|
ascii_only: true,
|
||||||
beautify: !compress,
|
beautify: !compress,
|
||||||
indent_level: 2
|
indent_level: 1
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче