Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bootstrap
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
bootstrap
Commits
2b5d7d23
Commit
2b5d7d23
authored
Sep 10, 2013
by
Chris Rebert
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
generate CSS banners via Gruntfile; fixes #10101
parent
1f3a87a8
Changes
8
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
34 additions
and
33 deletions
+34
-33
Gruntfile.js
Gruntfile.js
+3
-2
dist/css/bootstrap-theme.css
dist/css/bootstrap-theme.css
+7
-0
dist/css/bootstrap-theme.min.css
dist/css/bootstrap-theme.min.css
+7
-0
dist/css/bootstrap.css
dist/css/bootstrap.css
+6
-9
dist/css/bootstrap.min.css
dist/css/bootstrap.min.css
+7
-8
dist/js/bootstrap.js
dist/js/bootstrap.js
+2
-2
dist/js/bootstrap.min.js
dist/js/bootstrap.min.js
+2
-2
less/bootstrap.less
less/bootstrap.less
+0
-10
No files found.
Gruntfile.js
View file @
2b5d7d23
...
...
@@ -8,7 +8,7 @@ module.exports = function(grunt) {
// Metadata.
pkg
:
grunt
.
file
.
readJSON
(
'
package.json
'
),
banner
:
'
/*
*
\n
'
+
banner
:
'
/*
!
\n
'
+
'
* Bootstrap v<%= pkg.version %> by @fat and @mdo
\n
'
+
'
* Copyright <%= grunt.template.today("yyyy") %> <%= pkg.author %>
\n
'
+
'
* Licensed under <%= _.pluck(pkg.licenses, "url").join(", ") %>
\n
'
+
...
...
@@ -73,7 +73,8 @@ module.exports = function(grunt) {
recess
:
{
options
:
{
compile
:
true
compile
:
true
,
banner
:
'
<%= banner %>
'
},
bootstrap
:
{
src
:
[
'
less/bootstrap.less
'
],
...
...
dist/css/bootstrap-theme.css
View file @
2b5d7d23
/*!
* Bootstrap v3.0.0 by @fat and @mdo
* Copyright 2013 Twitter, Inc.
* Licensed under http://www.apache.org/licenses/LICENSE-2.0
*
* Designed and built with all the love in the world by @mdo and @fat.
*/
.btn-default
,
.btn-primary
,
.btn-success
,
...
...
dist/css/bootstrap-theme.min.css
View file @
2b5d7d23
This diff is collapsed.
Click to expand it.
dist/css/bootstrap.css
View file @
2b5d7d23
/*!
* Bootstrap v3.0.0
*
* Copyright 2013 Twitter, Inc
* Licensed under the Apache License v2.0
* http://www.apache.org/licenses/LICENSE-2.0
*
* Designed and built with all the love in the world by @mdo and @fat.
*/
* Bootstrap v3.0.0 by @fat and @mdo
* Copyright 2013 Twitter, Inc.
* Licensed under http://www.apache.org/licenses/LICENSE-2.0
*
* Designed and built with all the love in the world by @mdo and @fat.
*/
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
article
,
...
...
dist/css/bootstrap.min.css
View file @
2b5d7d23
This source diff could not be displayed because it is too large. You can
view the blob
instead.
dist/js/bootstrap.js
View file @
2b5d7d23
/*
*
/*
!
* Bootstrap v3.0.0 by @fat and @mdo
* Copyright 2013 Twitter Inc.
* Copyright 2013 Twitter
,
Inc.
* Licensed under http://www.apache.org/licenses/LICENSE-2.0
*
* Designed and built with all the love in the world by @mdo and @fat.
...
...
dist/js/bootstrap.min.js
View file @
2b5d7d23
/*
*
/*
!
* Bootstrap v3.0.0 by @fat and @mdo
* Copyright 2013 Twitter Inc.
* Copyright 2013 Twitter
,
Inc.
* Licensed under http://www.apache.org/licenses/LICENSE-2.0
*
* Designed and built with all the love in the world by @mdo and @fat.
...
...
less/bootstrap.less
View file @
2b5d7d23
/*!
* Bootstrap v3.0.0
*
* Copyright 2013 Twitter, Inc
* Licensed under the Apache License v2.0
* http://www.apache.org/licenses/LICENSE-2.0
*
* Designed and built with all the love in the world by @mdo and @fat.
*/
// Core variables and mixins
@import "variables.less";
@import "mixins.less";
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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