use two spaces for debug files

This commit is contained in:
Daniel Freedman
2014-10-16 12:58:54 -07:00
parent f1e5fb8416
commit c20ae22bac

View File

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