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

preserve third-party attribution comments when minifying docs JS

parent d62d7b07
No related merge requests found
Showing with 2 additions and 0 deletions
+2 -0
......@@ -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: [
......
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