Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-02-18remove duplicate done text; change label on docs prep stepMark Otto
2013-02-18correct versionMark Otto
2013-02-18Resolve conflictsMark Otto
2013-02-15Update makefileMark Otto
2013-02-14update makefile to work again; gitignore the compiled docs _gh_pages folder; ↵Mark Otto
test makefile with darkened navbar active bg
2013-02-13update makefile to work given nuked docs dirMark Otto
2013-02-13convert to jekyllMark Otto
2013-02-03Verion number in JS makefileMark Otto
2013-01-14Changes some more commands to use the local npm install.Nicolas Dudebout
2013-01-14Allows the user to set different source and destination in Makefile.Nicolas Dudebout
A user can use the following command to determine where to copy the resulting css file: $ BOOTSTRAP=<my-path> make
2013-01-14Modifies the Makefile to use local npm install **when available**Nicolas Dudebout
The change introduced in 5bd8cdca9 was: - partial, as not all the command were translated - preventing the use of a global npm installation
2013-01-14Moves one @printf statement to be more accurate.Nicolas Dudebout
2013-01-14Replaces some @echo recipes by @printf.Nicolas Dudebout
The echo command does not understand the -n argument on Mac OS X. This is due to the fact that: - Makefile calls /bin/sh to execute a command - in Mac OS X, /bin/sh is a link to bash - in Mac OS X, bash is compiled with --enable-strict-posix-default Therefore, the echo command does not have the -n argument. printf on the other hand is a builtin function that works well on Mac OS X and Linux.
2013-01-14Splits the progress @echo statements in the Makefile.Nicolas Dudebout
2013-01-13Merge branch '2.3.0-wip' into 3.0.0-wipMark Otto
Conflicts: Makefile README.md component.json docs/assets/css/bootstrap-responsive.css docs/assets/css/bootstrap.css docs/assets/js/bootstrap-affix.js docs/assets/js/bootstrap-alert.js docs/assets/js/bootstrap-button.js docs/assets/js/bootstrap-carousel.js docs/assets/js/bootstrap-collapse.js docs/assets/js/bootstrap-dropdown.js docs/assets/js/bootstrap-modal.js docs/assets/js/bootstrap-popover.js docs/assets/js/bootstrap-scrollspy.js docs/assets/js/bootstrap-tab.js docs/assets/js/bootstrap-tooltip.js docs/assets/js/bootstrap-transition.js docs/assets/js/bootstrap-typeahead.js docs/assets/js/bootstrap.js docs/components.html docs/css.html docs/examples/fluid.html docs/extend.html docs/getting-started.html docs/index.html docs/templates/pages/base-css.mustache docs/templates/pages/components.mustache docs/templates/pages/extend.mustache docs/templates/pages/getting-started.mustache docs/templates/pages/index.mustache docs/templates/pages/javascript.mustache js/bootstrap-affix.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-popover.js js/bootstrap-scrollspy.js js/bootstrap-tab.js js/bootstrap-tooltip.js js/bootstrap-transition.js js/bootstrap-typeahead.js less/bootstrap.less less/buttons.less less/forms.less less/navbar.less less/popovers.less less/responsive-767px-max.less less/responsive.less less/tables.less less/tooltip.less less/type.less less/variables.less package.json
2012-12-23Version bumpMark Otto
2012-12-22rewrite makefile to make a bit more "efficient" + rebuildfat
2012-12-20Merge branch '2.2.3' into 3.0.0-wipMark Otto
Conflicts: Makefile README.md component.json docs/assets/css/bootstrap-responsive.css docs/assets/css/bootstrap.css docs/assets/js/bootstrap-affix.js docs/assets/js/bootstrap-alert.js docs/assets/js/bootstrap-button.js docs/assets/js/bootstrap-carousel.js docs/assets/js/bootstrap-collapse.js docs/assets/js/bootstrap-dropdown.js docs/assets/js/bootstrap-modal.js docs/assets/js/bootstrap-popover.js docs/assets/js/bootstrap-scrollspy.js docs/assets/js/bootstrap-tab.js docs/assets/js/bootstrap-tooltip.js docs/assets/js/bootstrap-transition.js docs/assets/js/bootstrap-typeahead.js docs/assets/js/bootstrap.js docs/assets/js/bootstrap.min.js docs/index.html docs/templates/pages/base-css.mustache docs/templates/pages/index.mustache docs/templates/pages/javascript.mustache js/bootstrap-affix.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-popover.js js/bootstrap-scrollspy.js js/bootstrap-tab.js js/bootstrap-tooltip.js js/bootstrap-transition.js js/bootstrap-typeahead.js less/bootstrap.less less/responsive.less less/type.less package.json
2012-12-20remove inside support from tooltip + fix tooltip svg support + change ↵fat
makefile to rely on local npm install
2012-12-11Version bumpMark Otto
2012-12-01version bump to 3.0Mark Otto
2012-11-30Merge branch '2.2.2-wip' into exploratoryMark Otto
Conflicts: docs/assets/css/bootstrap.css docs/components.html docs/templates/pages/components.mustache less/alerts.less less/button-groups.less less/buttons.less less/tests/css-tests.html
2012-11-29Update MakefileKyle A. Matheny
Fixed both instances of uglifyjs usage.
2012-11-06Merge branch '2.2.2-wip' into exploratoryMark Otto
Conflicts: docs/assets/css/bootstrap.css less/navbar.less less/variables.less
2012-11-05version bumpMark Otto
2012-11-04Merge branch 'glyphicons_font' into exploratoryMark Otto
Conflicts: docs/assets/css/bootstrap.css docs/assets/css/docs.css less/sprites.less
2012-11-02Merge branch '2.2.2-wip' into exploratoryMark Otto
Conflicts: docs/assets/css/bootstrap.css docs/getting-started.html docs/templates/pages/getting-started.mustache less/accordion.less less/alerts.less less/breadcrumbs.less less/buttons.less less/code.less less/dropdowns.less less/forms.less less/navbar.less less/progress-bars.less less/responsive-navbar.less less/tables.less less/thumbnails.less less/tooltip.less less/wells.less
2012-11-02removing glyphicons images, swapping in new icon font with new classesMark Otto
2012-10-312.2.1 - hotfix for carouselfat
2012-10-30Merge branch '2.1.2-wip' of github.com:twitter/bootstrap into 2.1.2-wipfat
Conflicts: bootstrap/css/bootstrap.css bootstrap/css/bootstrap.min.css
2012-10-30remove haunt, remove bootstrap dir, add bower supportfat
2012-10-30v2.2.0 instead of v2.1.2Mark Otto
2012-10-01single CSS file for all css, including responsiveMark Otto
2012-09-05version bump to get this startedMark Otto
2012-09-05Merge pull request #4810 from mainerror/2.1.1-wip♒∆✝
Makefile misses a 'clean' directive
2012-09-04fixes #4958: add version to minified jsMark Otto
2012-08-29Added 'clean' directive to the make file.Octavian Damiean
2012-08-21add affix to zipJacob Thornton
2012-08-15Add affix.js to javascript compilationMickael Perraud
2012-07-23change haunt to writeJacob Thornton
2012-07-22add haunt w/ issue guideline specJacob Thornton
2012-04-24Merge branch '2.0.3-wip'Jacob Thornton
Conflicts: Makefile docs/assets/js/bootstrap.js docs/assets/js/bootstrap.min.js
2012-04-23hr to var in makefilJacob Thornton
2012-04-20run qunit tests in phantomjs for travis-ciJacob Thornton
2012-04-20make a few changes to package.json (add make test to makefile)Jacob Thornton
2012-04-19make build prettier - hopefully this works, maybe some makefile bro's can ↵Jacob Thornton
improve
2012-04-19make bootstrap compile with Recess instead of LessJacob Thornton
2012-04-16build bootstrap.js and bootstrap.min.js into docsJacob Thornton
2012-04-16add bootstrap + bootstrap.min.js to gh-pages for @remyJacob Thornton
2012-04-15add zip to git ignore, and fix gh-pages makeJacob Thornton