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
37bc0c23
Commit
37bc0c23
authored
Dec 23, 2013
by
Mark Otto
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of github.com:twbs/bootstrap
parents
4376ce84
00850e24
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
4 additions
and
8 deletions
+4
-8
Gruntfile.js
Gruntfile.js
+4
-4
dist/css/bootstrap-theme.css
dist/css/bootstrap-theme.css
+0
-1
dist/css/bootstrap-theme.min.css
dist/css/bootstrap-theme.min.css
+0
-1
dist/css/bootstrap.css
dist/css/bootstrap.css
+0
-1
dist/css/bootstrap.min.css
dist/css/bootstrap.min.css
+0
-1
No files found.
Gruntfile.js
View file @
37bc0c23
...
@@ -18,8 +18,8 @@ module.exports = function (grunt) {
...
@@ -18,8 +18,8 @@ module.exports = function (grunt) {
banner
:
'
/*!
\n
'
+
banner
:
'
/*!
\n
'
+
'
* Bootstrap v<%= pkg.version %> (<%= pkg.homepage %>)
\n
'
+
'
* Bootstrap v<%= pkg.version %> (<%= pkg.homepage %>)
\n
'
+
'
* Copyright <%= grunt.template.today("yyyy") %> <%= pkg.author %>
\n
'
+
'
* Copyright <%= grunt.template.today("yyyy") %> <%= pkg.author %>
\n
'
+
'
* Licensed under
MIT (<%= _.pluck(pkg.licenses, "url").join(",
") %>)
\n
'
+
'
* Licensed under
<%= _.pluck(pkg.licenses, "type") %> (<%= _.pluck(pkg.licenses, "url
") %>)
\n
'
+
'
*/
\n
\n
'
,
'
*/
\n
'
,
jqueryCheck
:
'
if (typeof jQuery === "undefined") { throw new Error("Bootstrap requires jQuery") }
\n\n
'
,
jqueryCheck
:
'
if (typeof jQuery === "undefined") { throw new Error("Bootstrap requires jQuery") }
\n\n
'
,
// Task configuration.
// Task configuration.
...
@@ -69,7 +69,7 @@ module.exports = function (grunt) {
...
@@ -69,7 +69,7 @@ module.exports = function (grunt) {
concat
:
{
concat
:
{
options
:
{
options
:
{
banner
:
'
<%= banner %><%= jqueryCheck %>
'
,
banner
:
'
<%= banner %>
\n
<%= jqueryCheck %>
'
,
stripBanners
:
false
stripBanners
:
false
},
},
bootstrap
:
{
bootstrap
:
{
...
@@ -93,7 +93,7 @@ module.exports = function (grunt) {
...
@@ -93,7 +93,7 @@ module.exports = function (grunt) {
uglify
:
{
uglify
:
{
options
:
{
options
:
{
banner
:
'
<%= banner %>
'
,
banner
:
'
<%= banner %>
\n
'
,
report
:
'
min
'
report
:
'
min
'
},
},
bootstrap
:
{
bootstrap
:
{
...
...
dist/css/bootstrap-theme.css
View file @
37bc0c23
...
@@ -4,7 +4,6 @@
...
@@ -4,7 +4,6 @@
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
*/
.btn-default
,
.btn-default
,
.btn-primary
,
.btn-primary
,
.btn-success
,
.btn-success
,
...
...
dist/css/bootstrap-theme.min.css
View file @
37bc0c23
This diff is collapsed.
Click to expand it.
dist/css/bootstrap.css
View file @
37bc0c23
...
@@ -4,7 +4,6 @@
...
@@ -4,7 +4,6 @@
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
*/
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
article
,
article
,
aside
,
aside
,
...
...
dist/css/bootstrap.min.css
View file @
37bc0c23
This diff is collapsed.
Click to expand it.
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