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
2018-09-28Use BrowserStack for our unit tests.Johann-S
2017-11-27remove csscomb, it's duplicating work from stylelintMark Otto
2017-11-26move from csslint to stylelintMark Otto
2017-07-05proper docs minMark Otto
2017-07-03run copy task during watchMark Otto
2017-07-03Reorganize v3 docs CSS to use LessMark Otto
2016-07-17Gruntfile.js: Use single quotes in htmlmin config to make JSCS happy (#20314)Chris Rebert
[skip validator] [skip sauce]
2016-07-14Update html-minifier's options.XhmikosR
[ci skip]
2016-07-12Tell clean-css to inline source files into sourcemap; v3 fix for #19063Chris Rebert
2016-06-28Update devDependencies and gems.XhmikosR
2016-06-20Copy fonts/ into dist/ recursively (#19817)Julien Maulny
[skip sauce] [skip validator]
2016-05-29Update all devDependencies.XhmikosR
Keep grunt at v0.4.5 due to some of the devDependencies not being updated for grunt 1.x.
2016-04-02Update htmlmin options.XhmikosR
[ci skip]
2016-03-24Use vanilla npm shrinkwrap instead of uber/npm-shrinkwrap; fixes #18559Chris Rebert
Ports #19604 to v3. Special thanks to @kikinteractive, @azer, and @npm.
2016-03-10Remove custom caching and use Bundle for gems.XhmikosR
2016-01-01Update copyright years to 2016Chris Rebert
[ci skip]
2015-12-24Update dependencies.XhmikosR
2015-12-17Port #18402 to v3: s/grunt-sed/npm script/gChris Rebert
Fixes #18338 [skip sauce] [skip validator]
2015-12-06Grunt: Factor out new docs-github taskChris Rebert
[skip sauce] [skip validator]
2015-10-29Update devDependencies.XhmikosR
[skip sauce]
2015-09-30Add CSS portion of IE10 viewport bug workaround to docsChris Rebert
Refs #17337
2015-06-05Include CSS Map file for bootstrap.min.cssKevin Kirsche
X-Ref #16583
2015-06-01Fix license header after e93c6a2216c69daa574abc16e7c14767fce44ad6.XhmikosR
[ci skip]
2015-05-16Remove grunt-banner completely.XhmikosR
Add a license header in theme instead.
2015-05-16Update Anchor.js and port over the existing styles.Bryan Braun
Anchor.js 1.0.0 drops the need to use anchor.css, so we remove it from the codebase and move any leftover styles over to docs.css. Closes #16488 by merging it.
2015-04-28Add package.js in Grunt tasks.XhmikosR
2015-04-23Fix #16075 by switching to maintained fork of grunt-sedChris Rebert
[skip sauce] [skip validator]
2015-04-23Grunt: extend `prep-release` task.XhmikosR
Make it so that everything is done for us to reduce the possibility of missing something when releasing.
2015-04-08Add grunt-contrib-htmlmin.XhmikosR
Only used for the GitHub docs.
2015-04-08Remove extra comma.XhmikosR
2015-04-08Update dependencies.XhmikosR
2015-03-27There is no jshint:src taskZach Leatherman
2015-03-09add TODO item regarding clean-css v3.2 & zeroUnitsChris Rebert
Refs https://github.com/twbs/bootstrap/issues/14837#issuecomment-77441999
2015-03-01Use different way to make failing test more visible in SauceHeinrich Fenkart
2015-02-20Update dependencies.XhmikosR
2015-02-10bump grunt-html to ~3.0.0Chris Rebert
2015-02-02Switch to grunt-html over grunt-html-validation.Mark Otto
2015-01-26Gruntfile.js: Remove now unneeded validator relaxError option.XhmikosR
2015-01-21Add AnchorJS for docs anchors.XhmikosR
2015-01-05Sauce testing: set maxPollRetries to 4 for increased robustnessChris Rebert
2015-01-01Happy New Year :santa:Zlatan Vasović
2015-01-01Merge pull request #15464 from twbs/address-15419Chris Rebert
Address #15419
2014-12-30Revert "remove Glyphicons docs autogeneration from Grunt"Chris Rebert
This reverts commit 36b530892600648a6d6a24dd2520f84839cc0ace. This reverts PR #14065. Turns out Glyphicons is more active than we'd thought.
2014-12-29Bump grunt-contrib-cssmin to ~0.11.0Chris Rebert
2014-12-09Add grunt-contrib-compress.XhmikosR
Now, the zip file is created when running `grunt prep-release`. [ci skip]
2014-12-09grunt-saucelabs now uses `throttled` instead of `concurrency`Chris Rebert
[skip validator]
2014-12-02Whitelist <li role="separator">...</li>Chris Rebert
Refs https://www.w3.org/Bugs/Public/show_bug.cgi?id=27120 Refs #15263 [skip sauce]
2014-11-20Add a target to generate the gh-pages files.XhmikosR
It sets `github: true` for us.
2014-11-20disable core tests for Savage buildsChris Rebert
2014-11-10HTML validation: No longer relax the `X-UA-Compatible` errorHeinrich Fenkart
The validator no longer complains about it unless the value is different from `content=IE=edge`, see https://www.w3.org/Bugs/Public/show_bug.cgi?id=27091