From 685fe722c2613c8118b8f90fa485f00d13ba2ddc Mon Sep 17 00:00:00 2001
From: Chris Rebert <code@rebertia.com>
Date: Mon, 13 Jan 2014 01:06:48 -0800
Subject: [PATCH] preserve third-party attribution comments when minifying docs
 JS

---
 Gruntfile.js | 2 ++
 1 file changed, 2 insertions(+)

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: [
-- 
GitLab