Commit 685fe722 authored by Chris Rebert's avatar Chris Rebert

preserve third-party attribution comments when minifying docs JS

parent d62d7b07
...@@ -128,6 +128,7 @@ module.exports = function (grunt) { ...@@ -128,6 +128,7 @@ module.exports = function (grunt) {
customize: { customize: {
options: { options: {
banner: '<%= bannerDocs %>', banner: '<%= bannerDocs %>',
preserveComments: 'some',
report: 'min' report: 'min'
}, },
src: [ src: [
...@@ -144,6 +145,7 @@ module.exports = function (grunt) { ...@@ -144,6 +145,7 @@ module.exports = function (grunt) {
docsJs: { docsJs: {
options: { options: {
banner: '<%= bannerDocs %>', banner: '<%= bannerDocs %>',
preserveComments: 'some',
report: 'min' report: 'min'
}, },
src: [ src: [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment