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

preserve third-party attribution comments when minifying docs JS

parent d62d7b07
Showing with 2 additions and 0 deletions
+2 -0
...@@ -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: [
......
Supports Markdown
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