diff options
| author | Chris Rebert <[email protected]> | 2014-01-13 21:31:40 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-01-13 21:31:40 -0800 |
| commit | aff64cffce549fc4c33c09b85c5cbe8b88df7dd7 (patch) | |
| tree | 9b679fe7f33e81514bbb9419504bfd5ca6664985 /Gruntfile.js | |
| parent | 2d038186e3f9c2902812671b1e396f2bd37b6f47 (diff) | |
| download | bootstrap-aff64cffce549fc4c33c09b85c5cbe8b88df7dd7.tar.xz bootstrap-aff64cffce549fc4c33c09b85c5cbe8b88df7dd7.zip | |
avoid redundant banner in minified docs CSS
Diffstat (limited to 'Gruntfile.js')
| -rw-r--r-- | Gruntfile.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js index 4d5671565..46c5adcdd 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -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', |
