]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
preserve third-party attribution comments when minifying docs JS
authorChris Rebert <code@rebertia.com>
Mon, 13 Jan 2014 09:06:48 +0000 (01:06 -0800)
committerChris Rebert <code@rebertia.com>
Tue, 14 Jan 2014 01:00:26 +0000 (17:00 -0800)
Gruntfile.js

index 010f71d318f27fd9ef8307f732c0c5f44c4f923c..4d5671565c1b444e85c60e087f34c8c71d020851 100644 (file)
@@ -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: [