Commit aff64cff authored by Chris Rebert's avatar Chris Rebert

avoid redundant banner in minified docs CSS

parent 2d038186
...@@ -196,7 +196,6 @@ module.exports = function (grunt) { ...@@ -196,7 +196,6 @@ module.exports = function (grunt) {
cssmin: { cssmin: {
compress: { compress: {
options: { options: {
banner: '<%= bannerDocs %>',
keepSpecialComments: '*', keepSpecialComments: '*',
noAdvanced: true, // turn advanced optimizations off until it's fixed in clean-css noAdvanced: true, // turn advanced optimizations off until it's fixed in clean-css
report: 'min', report: 'min',
......
/*csslint ids: false, overqualified-elements: false*/ /*csslint ids: false, overqualified-elements: false*/
/*! /*!
* Bootstrap Docs (http://getbootstrap.com)
* Copyright 2011-2014 Twitter, Inc. * Copyright 2011-2014 Twitter, Inc.
*
* Licensed under the Creative Commons Attribution 3.0 Unported License. For * Licensed under the Creative Commons Attribution 3.0 Unported License. For
* details, see http://creativecommons.org/licenses/by/3.0/. * details, see http://creativecommons.org/licenses/by/3.0/.
*/ */
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment