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 (Expand)Author
2013-10-26Add another newline to improve final code readabilityZlatan Vasović
2013-10-24rm dummy 'src' attributes of <img>s & squelch validator warning; fixes #11216Chris Rebert
2013-10-24silence validator regarding http-equiv="X-UA-Compatible"Chris Rebert
2013-10-10Merge pull request #10956 from ZDroid/patch-4Chris Rebert
2013-10-10trivial refactor in build-customizer grunt taskChris Rebert
2013-10-10Fixes #9925: convert font data to base64, fixing 0xefbfbd (Unicode Replacemen...herom
2013-10-05Sort tasks alphabeticallyZlatan Vasović
2013-10-02Indent banner to match the *'sZlatan Vasović
2013-09-30rm unnecessary backslashes from jqueryCheckChris Rebert
2013-09-30Update Gruntfile.js fixing undefined jQuery checkDean Taylor
2013-09-27Update Gruntfile.js removing pointless reading of customize.html.Dean Taylor
2013-09-24move /assets/ to /docs-assets/ ; fixes #10715Chris Rebert
2013-09-19Show minification report for uglify-js.XhmikosR
2013-09-11generate CSS banners via Gruntfile; fixes #10101Chris Rebert
2013-09-11rm period from licensing header so it's not mistaken as part of the URLChris Rebert
2013-08-24Use jekyll var for current version in docs; update banner in gruntfile to mat...Mark Otto
2013-08-20fix customizerfat
2013-08-20really do the raw liquid tagMark Otto
2013-08-19update gruntfile not to run validation + remove validation statusfat
2013-08-19add glyphicons to customizerfat
2013-08-19Remove extra trailing comma in Gruntfile.jsPhillip Alexander
2013-08-19make Recess part of the Grunt test task to guard against bad LESSChris Rebert
2013-08-19rename HTML5 validation Grunt task since it checks the examples tooChris Rebert
2013-08-18Restore glyphiconsMark Otto
2013-08-18Finish first pass at and docment Bootstrap v2-ish themeMark Otto
2013-08-18add the customizer builder to the default grunt taskfat
2013-08-18fix for #8768fat
2013-08-13add HTML5 validation of docs pages to the buildChris Rebert
2013-08-08Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wipJacob Thornton
2013-08-08first prototype of new customizerJacob Thornton
2013-08-08apparently PRs against twbs/bootstrap have the same Travis slugChris Rebert
2013-08-07disable BrowserStack for folks w/o their own key who are making PRsChris Rebert
2013-08-06only run browserstack tests in TravisChris Rebert
2013-08-06Integrate testing with browserstackRohan Jain
2013-08-04This pull request organizes the Gruntfile, makes better use of Grunt conventi...Jon Schlinkert
2013-07-30Remove hack/workaround for jshint/grunt bug that's now fixedChris Rebert
2013-07-28tweak Gruntfile.js so it passes jshintChris Rebert
2013-07-28workaround possible bug in grunt-contrib-jshintChris Rebert
2013-07-26re-integrate #8560 using @fat's code from the comment on #8614Chris Rebert
2013-07-26specify explicit ordering for grunt concat stepChris Rebert
2013-07-26Replace Makefile with GruntJSJohn-Philip Johansson