mirror of
https://github.com/jlengrand/webcomponentsjs.git
synced 2026-03-10 08:51:22 +00:00
use two spaces for debug files
This commit is contained in:
@@ -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}))
|
||||
|
||||
Reference in New Issue
Block a user