mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-18 12:39:41 +03:00
preserve third-party attribution comments when minifying docs JS
This commit is contained in:
@@ -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: [
|
||||
|
||||
Reference in New Issue
Block a user