diff options
| author | Chris Rebert <[email protected]> | 2014-01-13 01:06:48 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-01-13 17:00:26 -0800 |
| commit | 685fe722c2613c8118b8f90fa485f00d13ba2ddc (patch) | |
| tree | 362fcbc58e1870c66c1b808c3b2851774a63cb54 | |
| parent | d62d7b0733fad9ffc54245f6ae47bdfd08b65dff (diff) | |
| download | bootstrap-685fe722c2613c8118b8f90fa485f00d13ba2ddc.tar.xz bootstrap-685fe722c2613c8118b8f90fa485f00d13ba2ddc.zip | |
preserve third-party attribution comments when minifying docs JS
| -rw-r--r-- | Gruntfile.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Gruntfile.js b/Gruntfile.js index 010f71d31..4d5671565 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -128,6 +128,7 @@ module.exports = function (grunt) { customize: { options: { banner: '<%= bannerDocs %>', + preserveComments: 'some', report: 'min' }, src: [ @@ -144,6 +145,7 @@ module.exports = function (grunt) { docsJs: { options: { banner: '<%= bannerDocs %>', + preserveComments: 'some', report: 'min' }, src: [ |
