aboutsummaryrefslogtreecommitdiff
path: root/package.json
AgeCommit message (Collapse)AuthorFilesLines
2013-08-18Restore glyphiconsMark Otto1-1/+2
2013-08-12add HTML5 validation of docs pages to the buildChris Rebert1-0/+2
2013-08-06Integrate testing with browserstackRohan Jain1-0/+1
2013-07-26Replace Makefile with GruntJSJohn-Philip Johansson1-5/+10
A rebase (against soon-to-be 3.0.0-rc.1) & squash of https://github.com/twbs/bootstrap/pull/7786 AKA https://github.com/twitter/bootstrap/pull/7786 originally by @seriema @mokkabonna @jojohess Rebased by @cvrebert
2013-07-25twbs ALL the linksChris Rebert1-2/+2
2013-06-13change version of recess to 1.1.7liuyl1-1/+1
2013-05-21upgrade jshint to 2.1.2 for anton <3Jacob Thornton1-1/+1
2013-02-12rearrange jekyll and docsMark Otto1-1/+0
2013-02-05Merge branch '2.3.0-wip' into 3.0.0-wipMark Otto1-1/+1
Conflicts: docs/assets/css/bootstrap-responsive.css docs/assets/css/bootstrap.css docs/examples/hero.html less/buttons.less less/carousel.less less/close.less less/dropdowns.less less/labels-badges.less less/mixins.less less/navbar.less less/navs.less less/pagination.less less/responsive-navbar.less less/scaffolding.less less/sprites.less less/thumbnails.less less/type.less
2013-01-19Update Recess versionGeoff Young1-1/+1
2012-12-22Version bumpMark Otto1-1/+1
2012-12-20Merge branch '2.2.3' into 3.0.0-wipMark Otto1-3/+3
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-19Get on that carousel indicator lifestyle with some new hawtnessMark Otto1-2/+2
2012-12-19remove inside support from tooltip + fix tooltip svg support + change ↵fat1-1/+1
makefile to rely on local npm install
2012-12-10Version bumpMark Otto1-1/+1
2012-11-30version bump to 3.0Mark Otto1-1/+1
2012-11-29Merge branch 'jblotus-patch-1' into 2.2.2-wipMark Otto1-0/+1
2012-11-29Merge branch 'patch-1' of https://github.com/jblotus/bootstrap into ↵Mark Otto1-0/+1
jblotus-patch-1
2012-11-05version bumpMark Otto1-1/+1
2012-10-302.2.1 - hotfix for carouselfat1-1/+1
2012-10-29remove haunt, remove bootstrap dir, add bower supportfat1-1/+1
2012-10-11Update package.jsonJames Fuller1-0/+1
when building using Makefile, dependency for hogan.js needs to be installed
2012-09-05version bump to get this startedMark Otto1-1/+1
2012-08-21update version numbers to 2.1.1Mark Otto1-1/+1
2012-08-19updated package and readmeMark Otto1-2/+2
2012-06-012.0.3 -> 2.0.4v2.0.4Jacob Thornton1-1/+1
2012-04-23rewrite server.js, fix travisJacob Thornton1-4/+4
2012-04-19run qunit tests in phantomjs for travis-ciJacob Thornton1-0/+1
2012-04-19make a few changes to package.json (add make test to makefile)Jacob Thornton1-5/+7
2012-04-19Add Travis CI SupportChris Aniszczyk1-0/+22
Continous integration is nice, fixes #3155 Signed-off-by: Chris Aniszczyk <[email protected]>