aboutsummaryrefslogtreecommitdiff
path: root/Gruntfile.js
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2014-01-13 21:31:40 -0800
committerChris Rebert <[email protected]>2014-01-13 21:31:40 -0800
commitaff64cffce549fc4c33c09b85c5cbe8b88df7dd7 (patch)
tree9b679fe7f33e81514bbb9419504bfd5ca6664985 /Gruntfile.js
parent2d038186e3f9c2902812671b1e396f2bd37b6f47 (diff)
downloadbootstrap-aff64cffce549fc4c33c09b85c5cbe8b88df7dd7.tar.xz
bootstrap-aff64cffce549fc4c33c09b85c5cbe8b88df7dd7.zip
avoid redundant banner in minified docs CSS
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js1
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',