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
7d597459
Commit
7d597459
authored
Jul 25, 2013
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update URLs to account for v3 rc1 soft launch
parent
b8238b6e
Changes
15
Show whitespace changes
Inline
Side-by-side
Showing
15 changed files
with
30 additions
and
30 deletions
+30
-30
Makefile
Makefile
+2
-2
js/bootstrap-affix.js
js/bootstrap-affix.js
+2
-2
js/bootstrap-alert.js
js/bootstrap-alert.js
+2
-2
js/bootstrap-button.js
js/bootstrap-button.js
+2
-2
js/bootstrap-carousel.js
js/bootstrap-carousel.js
+2
-2
js/bootstrap-collapse.js
js/bootstrap-collapse.js
+2
-2
js/bootstrap-dropdown.js
js/bootstrap-dropdown.js
+2
-2
js/bootstrap-modal.js
js/bootstrap-modal.js
+2
-2
js/bootstrap-popover.js
js/bootstrap-popover.js
+2
-2
js/bootstrap-scrollspy.js
js/bootstrap-scrollspy.js
+2
-2
js/bootstrap-tab.js
js/bootstrap-tab.js
+2
-2
js/bootstrap-tooltip.js
js/bootstrap-tooltip.js
+2
-2
js/bootstrap-transition.js
js/bootstrap-transition.js
+2
-2
js/bootstrap-typeahead.js
js/bootstrap-typeahead.js
+2
-2
less/bootstrap.less
less/bootstrap.less
+2
-2
No files found.
Makefile
View file @
7d597459
...
...
@@ -28,7 +28,7 @@ build:
@
echo
"Compiling documentation...
${CHECK}
Done"
@
cat
js/bootstrap-transition.js js/bootstrap-alert.js js/bootstrap-button.js js/bootstrap-carousel.js js/bootstrap-collapse.js js/bootstrap-dropdown.js js/bootstrap-modal.js js/bootstrap-tooltip.js js/bootstrap-popover.js js/bootstrap-scrollspy.js js/bootstrap-tab.js js/bootstrap-typeahead.js js/bootstrap-affix.js
>
docs/assets/js/bootstrap.js
@
./node_modules/.bin/uglifyjs
-nc
docs/assets/js/bootstrap.js
>
docs/assets/js/bootstrap.min.tmp.js
@
echo
"/**
\n
* Bootstrap.js v2.3.2 by @fat & @mdo
\n
* Copyright 201
2
Twitter, Inc.
\n
* http://www.apache.org/licenses/LICENSE-2.0.txt
\n
*/"
>
docs/assets/js/copyright.js
@
echo
"/**
\n
* Bootstrap.js v2.3.2 by @fat & @mdo
\n
* Copyright 201
3
Twitter, Inc.
\n
* http://www.apache.org/licenses/LICENSE-2.0.txt
\n
*/"
>
docs/assets/js/copyright.js
@
cat
docs/assets/js/copyright.js docs/assets/js/bootstrap.min.tmp.js
>
docs/assets/js/bootstrap.min.js
@
rm
docs/assets/js/copyright.js docs/assets/js/bootstrap.min.tmp.js
@
echo
"Compiling and minifying javascript...
${CHECK}
Done"
...
...
@@ -74,7 +74,7 @@ bootstrap/js/*.js: js/*.js
mkdir
-p
bootstrap/js
cat
js/bootstrap-transition.js js/bootstrap-alert.js js/bootstrap-button.js js/bootstrap-carousel.js js/bootstrap-collapse.js js/bootstrap-dropdown.js js/bootstrap-modal.js js/bootstrap-tooltip.js js/bootstrap-popover.js js/bootstrap-scrollspy.js js/bootstrap-tab.js js/bootstrap-typeahead.js js/bootstrap-affix.js
>
bootstrap/js/bootstrap.js
./node_modules/.bin/uglifyjs
-nc
bootstrap/js/bootstrap.js
>
bootstrap/js/bootstrap.min.tmp.js
echo
"/*!
\n
* Bootstrap.js by @fat & @mdo
\n
* Copyright 201
2
Twitter, Inc.
\n
* http://www.apache.org/licenses/LICENSE-2.0.txt
\n
*/"
>
bootstrap/js/copyright.js
echo
"/*!
\n
* Bootstrap.js by @fat & @mdo
\n
* Copyright 201
3
Twitter, Inc.
\n
* http://www.apache.org/licenses/LICENSE-2.0.txt
\n
*/"
>
bootstrap/js/copyright.js
cat
bootstrap/js/copyright.js bootstrap/js/bootstrap.min.tmp.js
>
bootstrap/js/bootstrap.min.js
rm
bootstrap/js/copyright.js bootstrap/js/bootstrap.min.tmp.js
...
...
js/bootstrap-affix.js
View file @
7d597459
/* ==========================================================
* bootstrap-affix.js v2.3.2
* http://
twbs.github.com/bootstrap
/javascript.html#affix
* http://
getbootstrap.com/2.3.3
/javascript.html#affix
* ==========================================================
* Copyright 201
2
Twitter, Inc.
* Copyright 201
3
Twitter, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
...
...
js/bootstrap-alert.js
View file @
7d597459
/* ==========================================================
* bootstrap-alert.js v2.3.2
* http://
twbs.github.com/bootstrap
/javascript.html#alerts
* http://
getbootstrap.com/2.3.3
/javascript.html#alerts
* ==========================================================
* Copyright 201
2
Twitter, Inc.
* Copyright 201
3
Twitter, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
...
...
js/bootstrap-button.js
View file @
7d597459
/* ============================================================
* bootstrap-button.js v2.3.2
* http://
twbs.github.com/bootstrap
/javascript.html#buttons
* http://
getbootstrap.com/2.3.3
/javascript.html#buttons
* ============================================================
* Copyright 201
2
Twitter, Inc.
* Copyright 201
3
Twitter, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
...
...
js/bootstrap-carousel.js
View file @
7d597459
/* ==========================================================
* bootstrap-carousel.js v2.3.2
* http://
twbs.github.com/bootstrap
/javascript.html#carousel
* http://
getbootstrap.com/2.3.3
/javascript.html#carousel
* ==========================================================
* Copyright 201
2
Twitter, Inc.
* Copyright 201
3
Twitter, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
...
...
js/bootstrap-collapse.js
View file @
7d597459
/* =============================================================
* bootstrap-collapse.js v2.3.2
* http://
twbs.github.com/bootstrap
/javascript.html#collapse
* http://
getbootstrap.com/2.3.3
/javascript.html#collapse
* =============================================================
* Copyright 201
2
Twitter, Inc.
* Copyright 201
3
Twitter, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
...
...
js/bootstrap-dropdown.js
View file @
7d597459
/* ============================================================
* bootstrap-dropdown.js v2.3.2
* http://
twbs.github.com/bootstrap
/javascript.html#dropdowns
* http://
getbootstrap.com/2.3.3
/javascript.html#dropdowns
* ============================================================
* Copyright 201
2
Twitter, Inc.
* Copyright 201
3
Twitter, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
...
...
js/bootstrap-modal.js
View file @
7d597459
/* =========================================================
* bootstrap-modal.js v2.3.2
* http://
twbs.github.com/bootstrap
/javascript.html#modals
* http://
getbootstrap.com/2.3.3
/javascript.html#modals
* =========================================================
* Copyright 201
2
Twitter, Inc.
* Copyright 201
3
Twitter, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
...
...
js/bootstrap-popover.js
View file @
7d597459
/* ===========================================================
* bootstrap-popover.js v2.3.2
* http://
twbs.github.com/bootstrap
/javascript.html#popovers
* http://
getbootstrap.com/2.3.3
/javascript.html#popovers
* ===========================================================
* Copyright 201
2
Twitter, Inc.
* Copyright 201
3
Twitter, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
...
...
js/bootstrap-scrollspy.js
View file @
7d597459
/* =============================================================
* bootstrap-scrollspy.js v2.3.2
* http://
twbs.github.com/bootstrap
/javascript.html#scrollspy
* http://
getbootstrap.com/2.3.3
/javascript.html#scrollspy
* =============================================================
* Copyright 201
2
Twitter, Inc.
* Copyright 201
3
Twitter, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
...
...
js/bootstrap-tab.js
View file @
7d597459
/* ========================================================
* bootstrap-tab.js v2.3.2
* http://
twbs.github.com/bootstrap
/javascript.html#tabs
* http://
getbootstrap.com/2.3.3
/javascript.html#tabs
* ========================================================
* Copyright 201
2
Twitter, Inc.
* Copyright 201
3
Twitter, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
...
...
js/bootstrap-tooltip.js
View file @
7d597459
/* ===========================================================
* bootstrap-tooltip.js v2.3.2
* http://
twbs.github.com/bootstrap
/javascript.html#tooltips
* http://
getbootstrap.com/2.3.3
/javascript.html#tooltips
* Inspired by the original jQuery.tipsy by Jason Frame
* ===========================================================
* Copyright 201
2
Twitter, Inc.
* Copyright 201
3
Twitter, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
...
...
js/bootstrap-transition.js
View file @
7d597459
/* ===================================================
* bootstrap-transition.js v2.3.2
* http://
twbs.github.com/bootstrap
/javascript.html#transitions
* http://
getbootstrap.com/2.3.3
/javascript.html#transitions
* ===================================================
* Copyright 201
2
Twitter, Inc.
* Copyright 201
3
Twitter, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
...
...
js/bootstrap-typeahead.js
View file @
7d597459
/* =============================================================
* bootstrap-typeahead.js v2.3.2
* http://
twbs.github.com/bootstrap
/javascript.html#typeahead
* http://
getbootstrap.com/2.3.3
/javascript.html#typeahead
* =============================================================
* Copyright 201
2
Twitter, Inc.
* Copyright 201
3
Twitter, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
...
...
less/bootstrap.less
View file @
7d597459
/*!
* Bootstrap v2.3.2
*
* Copyright 201
2
Twitter, Inc
* Copyright 201
3
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
@twitter
by @mdo and @fat.
* Designed and built with all the love in the world by @mdo and @fat.
*/
// Core variables and mixins
...
...
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