mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-05-26 03:53:44 +00:00
avoid redundant banner in minified docs CSS
This commit is contained in:
parent
2d038186e3
commit
aff64cffce
3 changed files with 1 additions and 9 deletions
|
|
@ -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',
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
/*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/.
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
7
docs/assets/css/pack.min.css
vendored
7
docs/assets/css/pack.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue