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
a7a9dcae
Commit
a7a9dcae
authored
Nov 30, 2013
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Alternate fix for #11303: add link to site in banner and remove @mdo and @fat usernames from it
parent
bb4a39d5
Changes
7
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
7 additions
and
21 deletions
+7
-21
Gruntfile.js
Gruntfile.js
+1
-3
dist/css/bootstrap-theme.css
dist/css/bootstrap-theme.css
+1
-3
dist/css/bootstrap-theme.min.css
dist/css/bootstrap-theme.min.css
+1
-3
dist/css/bootstrap.css
dist/css/bootstrap.css
+1
-3
dist/css/bootstrap.min.css
dist/css/bootstrap.min.css
+1
-3
dist/js/bootstrap.js
dist/js/bootstrap.js
+1
-3
dist/js/bootstrap.min.js
dist/js/bootstrap.min.js
+1
-3
No files found.
Gruntfile.js
View file @
a7a9dcae
...
@@ -11,11 +11,9 @@ module.exports = function(grunt) {
...
@@ -11,11 +11,9 @@ module.exports = function(grunt) {
// Metadata.
// Metadata.
pkg
:
grunt
.
file
.
readJSON
(
'
package.json
'
),
pkg
:
grunt
.
file
.
readJSON
(
'
package.json
'
),
banner
:
'
/*!
\n
'
+
banner
:
'
/*!
\n
'
+
'
* Bootstrap v<%= pkg.version %>
by @fat and @mdo
\n
'
+
'
* Bootstrap v<%= pkg.version %>
(http://getbootstrap.com)
\n
'
+
'
* Copyright <%= grunt.template.today("yyyy") %> <%= pkg.author %>
\n
'
+
'
* Copyright <%= grunt.template.today("yyyy") %> <%= pkg.author %>
\n
'
+
'
* Licensed under <%= _.pluck(pkg.licenses, "url").join(", ") %>
\n
'
+
'
* Licensed under <%= _.pluck(pkg.licenses, "url").join(", ") %>
\n
'
+
'
*
\n
'
+
'
* Designed and built with all the love in the world by @mdo and @fat.
\n
'
+
'
*/
\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
'
,
...
...
dist/css/bootstrap-theme.css
View file @
a7a9dcae
/*!
/*!
* Bootstrap v3.0.2
by @fat and @mdo
* Bootstrap v3.0.2
(http://getbootstrap.com)
* Copyright 2013 Twitter, Inc.
* Copyright 2013 Twitter, Inc.
* Licensed under http://www.apache.org/licenses/LICENSE-2.0
* 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-default
,
...
...
dist/css/bootstrap-theme.min.css
View file @
a7a9dcae
This diff is collapsed.
Click to expand it.
dist/css/bootstrap.css
View file @
a7a9dcae
/*!
/*!
* Bootstrap v3.0.2
by @fat and @mdo
* Bootstrap v3.0.2
(http://getbootstrap.com)
* Copyright 2013 Twitter, Inc.
* Copyright 2013 Twitter, Inc.
* Licensed under http://www.apache.org/licenses/LICENSE-2.0
* 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.3 | MIT License | git.io/normalize */
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
...
...
dist/css/bootstrap.min.css
View file @
a7a9dcae
This diff is collapsed.
Click to expand it.
dist/js/bootstrap.js
View file @
a7a9dcae
/*!
/*!
* Bootstrap v3.0.2
by @fat and @mdo
* Bootstrap v3.0.2
(http://getbootstrap.com)
* Copyright 2013 Twitter, Inc.
* Copyright 2013 Twitter, Inc.
* Licensed under http://www.apache.org/licenses/LICENSE-2.0
* Licensed under http://www.apache.org/licenses/LICENSE-2.0
*
* Designed and built with all the love in the world by @mdo and @fat.
*/
*/
if
(
typeof
jQuery
===
"
undefined
"
)
{
throw
new
Error
(
"
Bootstrap requires jQuery
"
)
}
if
(
typeof
jQuery
===
"
undefined
"
)
{
throw
new
Error
(
"
Bootstrap requires jQuery
"
)
}
...
...
dist/js/bootstrap.min.js
View file @
a7a9dcae
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