From: Chris Rebert Date: Mon, 13 Jan 2014 09:06:48 +0000 (-0800) Subject: preserve third-party attribution comments when minifying docs JS X-Git-Tag: v3.2.0~443 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=685fe722c2613c8118b8f90fa485f00d13ba2ddc;p=thirdparty%2Fbootstrap.git preserve third-party attribution comments when minifying docs JS --- diff --git a/Gruntfile.js b/Gruntfile.js index 010f71d318..4d5671565c 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: [