2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03:00

sort out attribution banners of docs assets; fixes #11976

This commit is contained in:
Chris Rebert
2014-01-13 21:58:27 -08:00
parent aff64cffce
commit ea591748ed
8 changed files with 78 additions and 19 deletions
-2
View File
@@ -127,7 +127,6 @@ module.exports = function (grunt) {
},
customize: {
options: {
banner: '<%= bannerDocs %>',
preserveComments: 'some',
report: 'min'
},
@@ -144,7 +143,6 @@ module.exports = function (grunt) {
},
docsJs: {
options: {
banner: '<%= bannerDocs %>',
preserveComments: 'some',
report: 'min'
},