diff options
| author | XhmikosR <[email protected]> | 2015-04-08 09:27:13 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2015-04-08 09:27:13 +0300 |
| commit | a204780b8ba8d53da3a0cd2dac9e4dddc0e3da26 (patch) | |
| tree | a6a5c81f3bc8da611e6df6ef13a59d812575ee28 | |
| parent | 381a55ed1a5675ce1728de890759d61370315ab9 (diff) | |
| download | bootstrap-a204780b8ba8d53da3a0cd2dac9e4dddc0e3da26.tar.xz bootstrap-a204780b8ba8d53da3a0cd2dac9e4dddc0e3da26.zip | |
Remove extra comma.
| -rw-r--r-- | Gruntfile.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js index 7ae57b425..293d455a2 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -130,7 +130,7 @@ module.exports = function (grunt) { warnings: false }, mangle: true, - preserveComments: 'some', + preserveComments: 'some' }, core: { src: '<%= concat.bootstrap.dest %>', |
