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) {
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: [
......
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