Commit aff64cff authored by Chris Rebert's avatar Chris Rebert
Browse files

avoid redundant banner in minified docs CSS

parent 2d038186
No related merge requests found
Showing with 1 addition and 9 deletions
+1 -9
......@@ -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',
......
/*csslint ids: false, overqualified-elements: false*/
/*!
* Bootstrap Docs (http://getbootstrap.com)
* Copyright 2011-2014 Twitter, Inc.
*
* Licensed under the Creative Commons Attribution 3.0 Unported License. For
* details, see http://creativecommons.org/licenses/by/3.0/.
*/
......
This diff is collapsed.
Supports Markdown
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