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-07-06Update gems.XhmikosR
2018-06-21Update gems.XhmikosR
2018-05-22Update again.XhmikosR
2018-05-22Update devDependencies and gems.XhmikosR
Downgrade bundlesize until they make brotli optional since it doesn't work with node.js 10.x yet. So, babel, qunit/karma-qunit and bundle-size aren't the latest versions.
2018-04-22Update Jekyll to 3.8.0. (#26352)XhmikosR
2018-01-30Update devDependencies and gems. (#25502)XhmikosR
2018-01-11Update devDependencies and gems. (#25192)XhmikosR
2017-12-31Update devDependencies and gems. (#25083)XhmikosR
2017-12-05Update devDependencies and gems. (#24940)XhmikosR
2017-10-23Update gems. (#24499)XhmikosR
2017-10-08Update jekyll-toc to v0.4.0.rc2.XhmikosR
2017-10-03Switch to stylelint. (#23572)XhmikosR
2017-09-26Update Jekyll to v3.6.0. (#24102)XhmikosR
2017-09-15Update babel-eslint to v8.0.0 and all devDependencies and gems.XhmikosR
2017-08-11Update Jekyll to v3.5.1.XhmikosR
2017-07-16Update dependencies.Bardi Harborow
2017-05-28swap kramdown toc for jekyll-toc plugin, update page layout to only show on ↵Mark Otto
xl and above
2017-04-20Build system overhaul.Bardi Harborow
2017-03-12Update dependencies.Bardi Harborow
2017-02-05Update dependencies.Bardi Harborow
2017-01-05Update dependencies.Bardi Harborow
2016-10-09Update dependencies, including Babel to v6 and zeroUnits fix.Bardi Harborow
2016-07-09Update gems.XhmikosR
[skip sauce]
2016-07-08Update SCSS-Lint to v0.49.0 (#20250)Geremia Taglialatela
SCSS-Lint 0.49.0 modifies Shorthand linter to report lint if a shorthand of a length not specified in the allowed_shorthands option is used. New defaults include "4" in the list of allowed shorthands, so we are changing our configuration accordingly. Ref: https://github.com/brigade/scss-lint/commit/e283d1689699f581561fea344df3168128c46d7b
2016-06-29Update scss_lint to v0.48.0.XhmikosR
2016-03-17Bump jekyll-redirect-from.XhmikosR
[skip sauce]
2016-03-11Remove sass gem.XhmikosR
Jekyll 3.x has it as a dependency already.
2016-03-03Bump scss_lint.XhmikosR
[skip validator] [skip sauce]
2016-02-27Bump scss_lint to v0.47.0.XhmikosR
[skip sauce]
2016-02-23Update Jekyll to v3.1.2.XhmikosR
[skip sauce]
2016-02-23Update scss_lint to v0.46.0.XhmikosR
[skip sauce]
2016-02-19Bump scss_lint to v0.45.0.XhmikosR
[skip sauce]
2016-02-06Bump gems.XhmikosR
[skip sauce]
2016-01-25Bump jekyll-sitemap.XhmikosR
[skip sauce] [skip validator]
2016-01-25Update gems to the latest versions.XhmikosR
2016-01-23Bump SCSS-Lint to 0.44.0Chris Rebert
2015-12-01Bump scss_lint to v0.43.2.XhmikosR
2015-12-01Bump gems.XhmikosR
[skip sauce]
2015-10-29Update to Jekyll v3.0.0.XhmikosR
[skip sauce]
2015-10-14Update gems.XhmikosR
[skip validator] [skip sauce]
2015-09-25Update scsslint gem to v0.42.1.XhmikosR
[skip sauce] [skip validator]
2015-09-24Update Rubygems.XhmikosR
[skip sauce]
2015-09-08Use jekyll-sitemap instead of our custom solution.XhmikosR
2015-08-27Update Rubygems.XhmikosR
2015-08-25remove dupe jekyllThomas McDonald
2015-08-25Merge branch 'v4-dev' into fix-travis-v4Thomas McDonald
2015-08-24Add jekyll-redirect-from plugin in Gemfile, ohterwise report ↵wangsai
".../jekyll/plugin_mannager.rb:29:in require: cannot load such file -- jekyll-redirect-from (LoadError)" when jekyll build
2015-08-21add jekyll plugins to gemfileThomas McDonald
2014-12-24Compile with Ruby Sass or libsass.Gleb Mazovetskiy
* Separate configs for libsass and sass. * Sass compiler selected based on `process.env.TWBS_SASS`. * Travis: * Use Gemfile to manage ruby dependencies. * Run core tests with both Sass compilers. * Only install/cache ruby gems required by the test subset. * Grunt: `update-gemfile-lock` task a la `update-shrinkwrap`.
2014-12-05Specify ruby dev deps in GemfileGleb Mazovetskiy