Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
aff64cff
Commit
aff64cff
authored
11 years ago
by
Chris Rebert
Browse files
Options
Download
Email Patches
Plain Diff
avoid redundant banner in minified docs CSS
parent
2d038186
No related merge requests found
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Gruntfile.js
+0
-1
Gruntfile.js
docs/assets/css/docs.css
+1
-1
docs/assets/css/docs.css
docs/assets/css/pack.min.css
+0
-7
docs/assets/css/pack.min.css
with
1 addition
and
9 deletions
+1
-9
Gruntfile.js
+
0
-
1
View file @
aff64cff
...
...
@@ -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
'
,
...
...
This diff is collapsed.
Click to expand it.
docs/assets/css/docs.css
+
1
-
1
View file @
aff64cff
/*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.
Click to expand it.
docs/assets/css/pack.min.css
+
0
-
7
View file @
aff64cff
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets