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-03-05add code coverageJohann-S
2017-10-03Switch to stylelint. (#23572)XhmikosR
2017-09-29Remove grunt-saucelabs and Grunt.XhmikosR
2017-09-05Drop Bower support (#23568)Tanguy Krotoff
2017-08-26Fix `npm run docs-github` script. (#23688)XhmikosR
`$npm_config_tmp` is a non-existent variable. Also, use double quotes since single ones don't work. Finally, git ignore the temp file.
2017-07-16Errata from #23094.Bardi Harborow
2017-07-10ignore itMark Otto
2016-07-12.gitignore: Remove no longer used entries.XhmikosR
[ci skip]
2015-10-29Update to Jekyll v3.0.0.XhmikosR
[skip sauce]
2015-09-10Add `vendor/bundle` to gitignoreDavid\ Beitey
Ensure this directory is ignored so that any installed resources from Bundler aren't handled by Git.
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-09add test-scss Grunt taskChris Rebert
2014-12-05Specify ruby dev deps in GemfileGleb Mazovetskiy
2014-10-22Sorted various lines using atom/sort-linesPanayiotis Lipiridis
2013-12-06need customize.js to be tracked for it to work on GitHub PagesChris Rebert
follow-up to #11738
2013-12-06Minify docs-assets too.XhmikosR
2013-10-19added bower_components to .gitignoreRogério Yokomizo
2013-10-07update gitignore to restore the ruby-version ignore and rename section to ↵Mark Otto
all docs stuff
2013-09-12rm irrelevant entries from .gitignore; fixes #10609Chris Rebert
2013-08-20update grunt-html-validation output file ignoresChris Rebert
2013-08-13add HTML5 validation of docs pages to the buildChris Rebert
2013-07-19finish flattening repo structure; add dist folder of compiled css/jsMark Otto
2013-05-17nuke that docs _site folderMark Otto
2013-04-13ignore local ruby version filesMark Otto
2013-02-14update makefile to work again; gitignore the compiled docs _gh_pages folder; ↵Mark Otto
test makefile with darkened navbar active bg
2012-07-30Add 'dist' directory to .gitignoreGraham Conzett
Allows you to keep a 'dist' directory in the repository as a target build location. This can be useful if you have bootstrap as a submodule in a project and want to build it, but still keep it self-contained. Similar to how jQuery does their default builds: https://github.com/jquery/jquery/#how-to-build-your-own-jquery
2012-04-20Add Travis CI SupportChris Aniszczyk
Continous integration is nice, fixes #3155 Signed-off-by: Chris Aniszczyk <zx@twitter.com>
2012-04-15add zip to git ignore, and fix gh-pages makeJacob Thornton
2012-03-11ignore Apple Double filesMaxim Pshenichnikov
2012-02-01Merge branch '2.0-wip'Jacob Thornton
Conflicts: .gitignore LICENSE Makefile bootstrap.css bootstrap.min.css docs/assets/js/application.js docs/assets/js/google-code-prettify/prettify.css docs/index.html docs/javascript.html examples/container-app.html examples/fluid.html examples/hero.html js/bootstrap-alerts.js js/bootstrap-dropdown.js js/bootstrap-modal.js js/bootstrap-popover.js js/bootstrap-scrollspy.js js/bootstrap-tabs.js js/bootstrap-twipsy.js js/tests/index.html js/tests/unit/bootstrap-modal.js js/tests/unit/bootstrap-popover.js js/tests/unit/bootstrap-tabs.js lib/forms.less lib/mixins.less lib/patterns.less lib/scaffolding.less lib/tables.less
2012-01-30check in dist dir for hb5 + update images to point to correct spot for builderJacob Thornton
2012-01-28simplify build process more - remove really annoying date.Jacob Thornton
2012-01-20Add various always-ignore extensions, files, and folders to `.gitignore`Nicolas Gallagher
2011-11-21remove js min from repoJacob Thornton
2011-11-21add build script for minified files and allow elements to be returned to ↵Jacob Thornton
getContent and title in popovers
2011-10-07.gitignore update.Silumesii Maboshe
2011-08-18fix local docs link + remove whitespace in gitignoreJacob Thornton
2011-08-17remove ds_store add an ugly gitignore file. boo.Jacob Thornton