mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-13 17:14:04 +02:00
Merge branch 'master' into 2.0.1-wip
Conflicts: docs/assets/bootstrap.zip
This commit is contained in:
2
Makefile
2
Makefile
@@ -10,6 +10,7 @@ WATCHR ?= `which watchr`
|
|||||||
#
|
#
|
||||||
|
|
||||||
docs: bootstrap
|
docs: bootstrap
|
||||||
|
rm docs/assets/bootstrap.zip
|
||||||
zip -r docs/assets/bootstrap.zip bootstrap
|
zip -r docs/assets/bootstrap.zip bootstrap
|
||||||
rm -r bootstrap
|
rm -r bootstrap
|
||||||
lessc ${BOOTSTRAP_LESS} > ${BOOTSTRAP}
|
lessc ${BOOTSTRAP_LESS} > ${BOOTSTRAP}
|
||||||
@@ -42,6 +43,7 @@ bootstrap:
|
|||||||
#
|
#
|
||||||
|
|
||||||
gh-pages: docs
|
gh-pages: docs
|
||||||
|
rm -f ../bootstrap-gh-pages/assets/bootstrap.zip
|
||||||
node docs/build production
|
node docs/build production
|
||||||
cp -r docs/* ../bootstrap-gh-pages
|
cp -r docs/* ../bootstrap-gh-pages
|
||||||
|
|
||||||
|
@@ -9,7 +9,7 @@ To get started -- checkout http://twitter.github.com/bootstrap!
|
|||||||
Versioning
|
Versioning
|
||||||
----------
|
----------
|
||||||
|
|
||||||
For transparency and insight into our release cycle, and for striving to maintain backwards compatibility, Bootstrap will be maintained under the Semantic Versioning guidelines as much as possible.
|
For transparency and insight into our release cycle, and for striving to maintain backward compatibility, Bootstrap will be maintained under the Semantic Versioning guidelines as much as possible.
|
||||||
|
|
||||||
Releases will be numbered with the follow format:
|
Releases will be numbered with the follow format:
|
||||||
|
|
||||||
@@ -17,8 +17,8 @@ Releases will be numbered with the follow format:
|
|||||||
|
|
||||||
And constructed with the following guidelines:
|
And constructed with the following guidelines:
|
||||||
|
|
||||||
* Breaking backwards compatibility bumps the major
|
* Breaking backward compatibility bumps the major
|
||||||
* New additions without breaking backwards compatibility bumps the minor
|
* New additions without breaking backward compatibility bumps the minor
|
||||||
* Bug fixes and misc changes bump the patch
|
* Bug fixes and misc changes bump the patch
|
||||||
|
|
||||||
For more information on SemVer, please visit http://semver.org/.
|
For more information on SemVer, please visit http://semver.org/.
|
||||||
|
Binary file not shown.
@@ -135,8 +135,7 @@
|
|||||||
, url: 'http://bootstrap.herokuapp.com'
|
, url: 'http://bootstrap.herokuapp.com'
|
||||||
, dataType: 'jsonpi'
|
, dataType: 'jsonpi'
|
||||||
, params: {
|
, params: {
|
||||||
branch: '2.0-wip'
|
js: js
|
||||||
, js: js
|
|
||||||
, css: css
|
, css: css
|
||||||
, vars: vars
|
, vars: vars
|
||||||
, img: img
|
, img: img
|
||||||
|
Reference in New Issue
Block a user