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
2021-11-09Update devDependencies (#35322)XhmikosR
* cspell ^5.12.4 → ^5.12.6 * eslint ^8.1.0 → ^8.2.0 * eslint-plugin-unicorn ^37.0.1 → ^38.0.1 * hugo-bin ^0.76.1 → ^0.77.2 * karma ^6.3.7 → ^6.3.8 * linkinator ^2.14.4 → ^2.14.5 * postcss-cli ^9.0.1 → ^9.0.2 * rtlcss ^3.4.0 → ^3.5.0
2021-03-02Rename _gh_pages to _site. (#33129)XhmikosR
2021-01-13.gitignore: remove Ruby/Jekyll entries (#32770)XhmikosR
Our currently supported branches, v4-dev and main, use Hugo.
2020-09-29Update .gitignore (#31783)XhmikosR
Add vscode and netlify folders
2020-03-26.gitignore: add Jekyll's cache folder (#30454)XhmikosR
So that when we switch branches the folder is ignored.
2019-08-17Make use of Hugo's 0.56+ module feature.XhmikosR
2019-03-18Update .gitignore (#28519)XhmikosR
Add back ruby/bundler folders so that they don't show up when we switch branches. This can be removed when v4 hits EOL, along with the old Jekyll docs dist folder.
2019-03-14Update .gitignore (#28493)XhmikosR
Add the old Jekyll docs dist folder so that when we switch branches, it doesn't show up.
2019-03-13Switch to Hugo.XhmikosR
No more Ruby dependency and most important more than 10 times less build time (at least on Windows)!
2019-01-14Clean up .gitignore. (#28050)XhmikosR
2018-12-14Make use of the package.json `version_short` property more.XhmikosR
2018-10-18Rename docs production script to production and use `JEKYLL_ENV`. (#27410)XhmikosR
2018-07-12Reorganize docs for easier deploysMark Otto
With the current docs directory setup, I'm making too many mistakes and have to manually address path changes and directory moves on deploy. This makes for a frustrating experience developing locally and shipping releases. With this PR, we're basically back to the same setup from v3—duplicating the dist directory into our docs directory. Not the most ideal, but very straightforward for me as the release manager.
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