mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-08 17:22:31 +03:00
avoid redundant banner in minified docs CSS
This commit is contained in:
@@ -196,7 +196,6 @@ module.exports = function (grunt) {
|
||||
cssmin: {
|
||||
compress: {
|
||||
options: {
|
||||
banner: '<%= bannerDocs %>',
|
||||
keepSpecialComments: '*',
|
||||
noAdvanced: true, // turn advanced optimizations off until it's fixed in clean-css
|
||||
report: 'min',
|
||||
|
||||
Reference in New Issue
Block a user