diff options
| author | XhmikosR <[email protected]> | 2017-09-26 14:41:49 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-09-26 14:41:49 +0300 |
| commit | 4d96ad8dfc2221a4399776e002c215bb7d9fdfa8 (patch) | |
| tree | d5e0b1db5dd33096a60879d92bbc590dbf977761 | |
| parent | 2e2ea74254ff640927af1f5427d2449cfac847b6 (diff) | |
| download | bootstrap-4d96ad8dfc2221a4399776e002c215bb7d9fdfa8.tar.xz bootstrap-4d96ad8dfc2221a4399776e002c215bb7d9fdfa8.zip | |
Tabs to spaces. (#24110)
| -rw-r--r-- | build/rollup.config.js | 3 | ||||
| -rw-r--r-- | build/uglifyjs.config.json | 6 |
2 files changed, 4 insertions, 5 deletions
diff --git a/build/rollup.config.js b/build/rollup.config.js index 47e302b78..656e1e2a7 100644 --- a/build/rollup.config.js +++ b/build/rollup.config.js @@ -44,6 +44,5 @@ module.exports = { * Bootstrap v${pkg.version} (${pkg.homepage}) * Copyright 2011-${year} ${pkg.author} * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) - */ - ` + */` } diff --git a/build/uglifyjs.config.json b/build/uglifyjs.config.json index 5085f4186..c536aed2b 100644 --- a/build/uglifyjs.config.json +++ b/build/uglifyjs.config.json @@ -1,7 +1,7 @@ { - "output": { - "comments": "/^!/" - }, + "output": { + "comments": "/^!/" + }, "compress": { "typeofs": false } |
