diff --git a/gulpfile.js b/gulpfile.js index 38c9910..464d685 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -44,7 +44,8 @@ function defineBuildTask(name, output, folderName) { mangle: false, compress: false, output: { - beautify: true + beautify: true, + indent_level: 2 } })) .pipe(header(banner, {pkg: pkg}))