aboutsummaryrefslogtreecommitdiff
path: root/package.json
AgeCommit message (Collapse)AuthorFilesLines
2013-11-06bump versions to v3.0.2Mark Otto1-1/+1
2013-11-04add Grunt task to change version numbers; fixes #11332Chris Rebert1-0/+2
2013-10-303.0.1v3.0.1Mark Otto1-1/+1
2013-10-25Kick up grunt-contrib-jshint dependencyZlatan Vasović1-1/+1
2013-10-23silence validator regarding http-equiv="X-UA-Compatible"Chris Rebert1-1/+1
2013-10-13Sort dependencies A-ZZlatan Vasović1-2/+2
2013-10-09Fixes #9925: convert font data to base64, fixing 0xefbfbd (Unicode ↵herom1-1/+2
Replacement Character) chars in customizer fonts. Merges #9982
2013-10-09Updare grunt-jekyll dependencyZlatan Vasović1-1/+1
2013-09-30Update qunit dependencyZlatan Vasović1-1/+1
2013-09-18Sort by name.XhmikosR1-2/+2
2013-09-16Remove "js" keyword /cc @cvrebertZlatan Vasović1-1/+1
2013-09-16Fix package.jsonZlatan Vasović1-3/+3
* Add "js" keyword * Fix homepage link * Bump grunt-contrib-connect to newer version
2013-09-10fix punctuation in author field of package.jsonChris Rebert1-1/+1
2013-09-04bump minor/patch versions of other dependenciesChris Rebert1-8/+8
2013-09-04bump grunt-recess to 0.4.0Chris Rebert1-1/+1
2013-09-03bump grunt-contrib-connect to 0.4.0Chris Rebert1-1/+1
Thanks David.
2013-08-27Add bugs property to package.json.XhmikosR1-0/+3
2013-08-22Use NPM version of grunt-html-validationNick Schonning1-1/+1
The package is now published, so the direct git url is no longer required
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]>