mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
preserve third-party attribution comments when minifying docs JS
This commit is contained in:
parent
d62d7b0733
commit
685fe722c2
1 changed files with 2 additions and 0 deletions
|
@ -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: [
|
||||
|
|
Loading…
Reference in a new issue