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-12-14Update devDependencies, gems and lots of cleanup/build fixes.XhmikosR
* switch to grunt-postcss and autoprefixer directly; this is the recommended way. * uglify: specify `ie8` for compatibility * specify `cascade:false` for autoprefixer * specify `ieCompat` for less * drop grunt-contrib-compress since it doesn't work with Node.js 10.x * remove grunt-contrib-htmlmin to match the v4 docs * clean up Gruntfile.js * clean up .travis.yml and backport changes from v4 * build ie10-viewport-bug-workaround.less since it's used in examples * move shrinkwrap to root * bs-commonjs-generator.js: Use `path.posix` * remove .hound.yml * remove references to no longer used PR bots * backport and adapt the sri generation script from v4
2018-09-28Use BrowserStack for our unit tests.Johann-S
2018-05-07chore(node): use node 6 as it required in our package.jsonJohann-S
2017-09-17Unset `_JAVA_OPTIONS` env variable.XhmikosR
It's causing build failures. See travis-ci/travis-ci#8408
2016-07-10Update devDependencies.XhmikosR
2016-03-10Travis: Remove env vars for S3 cache credentialsChris Rebert
Reverts part of 42697a4ecb2c034c9e88e245932b3914dfd1206c
2016-03-10Travis: Remove env vars for giving Savage access to S3 cacheChris Rebert
Since we're not using the S3 cache anymore Reverts a1c170ed373d9076ecf76d264220a6a636239f17
2016-03-10Remove custom caching and use Bundle for gems.XhmikosR
2015-10-29Update Rouge to v1.10.1.XhmikosR
[skip sauce]
2015-10-29Update to Jekyll v.3.0.0.XhmikosR
[skip sauce]
2015-08-18Have travis use Ruby 2.0.0Kevin Kirsche
Fix #17011 Update .travis.yml
2015-08-13Travis: Update Savage webhook URL after server moveChris Rebert
2015-02-17Travis: test against node.js 0.12.XhmikosR
2015-02-16Travis CI: Bump Rouge gem to 1.8.0.XhmikosR
2015-01-30Bump Ruby gems.XhmikosR
2014-11-20Switch to using sub-account of main Sauce account for SavageChris Rebert
Refs commit 6cfd811fcc99e5800c9e6207c48a91f85f699ae7.
2014-11-20Savage builds should not update the S3 cacheChris Rebert
2014-11-20grant Savage access to the S3 cacheChris Rebert
2014-11-20skip HTML validator for Savage buildsChris Rebert
2014-11-20enable Sauce access for SavageChris Rebert
2014-11-20Setup Travis event notification webhook for SavageChris Rebert
2014-11-18fix travis.yml lint errorsChris Rebert
2014-11-10Bump Jekyll to v2.5.1.XhmikosR
2014-10-23Update Jekyll to v2.4.0 and rouge to v1.7.2.XhmikosR
2014-09-01Set git clone depth to 10 for Travis to make it fasterBas Bosman
2014-08-26Update Ruby dependencies.XhmikosR
2014-08-15Remove `time` from `.travis.yml`.Joshua Anderson
Travis CI now does this automatically.
2014-07-27Fixes #14213: Rouge 1.6.1Mark Otto
2014-07-22update to Jekyll v2.1.1 in Travis CI buildChris Rebert
2014-07-22update to rouge v1.5.1 in Travis CI buildChris Rebert
2014-07-08properly integrate Rouge into the Travis build; fixes #14078Chris Rebert
[skip sauce]
2014-06-29Update to Jekyll 2.1.x.XhmikosR
2014-06-18FFSChris Rebert
2014-06-18sighChris Rebert
2014-06-18Travis: per today's PyPI issues, travis_retry the pip install stepChris Rebert
Also, remove deprecated --use-mirrors option
2014-06-10Update docs for Jekyll 2.x.XhmikosR
2014-05-19prove that [skip validator] worksChris Rebert
removes the extra newline added in the previous commit
2014-05-19prove that [skip sauce] worksChris Rebert
add extra newline to .travis.yml that I'll remove momentarily
2014-05-19Travis: skip RubyGems install+cache when TWBS_DO_VALIDATOR=0Chris Rebert
2014-05-19add to TRAVIS_COMMIT_MSG, TWBS_DO_VALIDATOR, TWBS_DO_SAUCE vars to TravisChris Rebert
2014-05-08Update .travis.ymlMark Otto
2014-04-04move some caching info+logic out of .travis.yml; fixes #13136Chris Rebert
2014-04-03Travis: introduce $GEMDIR env varChris Rebert
2014-04-03add timing logic+output to s3_cache.pyChris Rebert
2014-03-25Update Jekyll to 1.5.0.XhmikosR
The 1.4.3 Windows bug is fixed, plus the encoding workaround isn't needed anymore.
2014-03-10Bump Jekyll version used in Travis to v1.4.2.XhmikosR
Note that while v1.4.3 is the latest stable version, it has a nasty Windows bug. (https://github.com/jekyll/jekyll/issues/1948)
2014-02-11rm BrowserStack testing from buildChris Rebert
2014-02-08disable BrowserStack tests due to flakinessChris Rebert
Running "browserstack_runner" task Using config: /home/travis/build/twbs/bootstrap/browserstack.json Launching server on port: 8888 Downloading tunnel jar to `/home/travis/build/twbs/bootstrap/node_modules/browserstack-runner/lib/BrowserStackTunnel.jar` Launching tunnel Error: Invalid or corrupt jarfile /home/travis/build/twbs/bootstrap/node_modules/browserstack-runner/lib/BrowserStackTunnel.jar [Runner alert] Tunnel launch timeout Exiting Non existent tunnel
2014-01-27fix #12261Chris Rebert
2014-01-15tests: run BrowserStack in parallel with Sauce LabsChris Rebert
Per https://github.com/twbs/bootstrap/issues/11087#issuecomment-31922999 and internal twbs team discussion. Effectively reverts the deletions from #11701.