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-01.browserslistrc: add `not dead`.XhmikosR
2018-06-25Add broken-link-checker.XhmikosR
2018-06-21Change karma tests to run sequential.XhmikosR
I was getting port in use errors.
2018-06-21Update all devDependencies apart from bundlesize and babel.XhmikosR
Newer bundlesize versions still don't work with node.js 10.x. babel has some bugs that we need to be fixed.
2018-06-01chore(bundlesize): increase bootstrap.js max sizeJohann-S
2018-05-27Remove the unused docs upload preview stuff. (#26599)XhmikosR
2018-05-23Run coveralls only on Travis and only once.XhmikosR
2018-05-23Add coverall to follow our coverageJohann-S
2018-05-22Update again.XhmikosR
2018-05-22chore(deps): update qunit and karma-qunitJohann-S
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-30Bump version to v4.1.1v4.1.1Mark Otto
2018-04-17Update devDependencies. (#26322)XhmikosR
2018-04-16Update devDependencies. (#26309)XhmikosR
2018-04-10Update dependencies and gems (#26234)XhmikosR
2018-04-09Ship v4.1.0 (#26218)v4.1.0Mark Otto
* update docs path from docs/4.0/ to docs/4.1/ * bump version to 4.1.0 * Update redirects to work for 4.1 docs move * Update docs version switcher to include latest and link to 4.0 docs * re-run dist * Update package-lock.json * Update docs-navbar.html
2018-04-02Fix broken URI fragments and redirects.XhmikosR
2018-03-30fix bundle and run test against itJohann-S
2018-03-21Update all devDependencies.XhmikosR
Kept back karma-qunit and qunitjs because tests fail.
2018-03-21Update to workbox 3.0 & fix breaking changesMichael
2018-03-21Update dependencies.XhmikosR
2018-03-13Add Sinon to do better unit testJohann-S
2018-03-05add code coverageJohann-S
2018-03-05Update devDependencies and gems. (#25708)XhmikosR
2018-02-05Update devDependencies and gems. (#25551)XhmikosR
2018-01-30Update devDependencies and gems. (#25502)XhmikosR
2018-01-22Update devDependencies. (#25371)XhmikosR
2018-01-18Bump version to 4.0.0Mark Otto
2018-01-11Clean up and tweak ESLint rules.XhmikosR
Also, refactor ESLint and stylelint config files; now everything will work from our root dir.
2018-01-11Update devDependencies and gems. (#25192)XhmikosR
2017-12-31Update devDependencies and gems. (#25083)XhmikosR
2017-12-31Add `docs-github-serve` script for local serving the `github` target. (#25139)XhmikosR
2017-12-28Update version to 4.0.0-beta.3v4.0.0-beta.3Mark Otto
2017-12-23Update our browserslist. (#24919)XhmikosR
Update our browserslist. * Add `last 1 major version` and `>= 1%`. * Add Firefox. Firefox v38 is older than the ESR, so basically replace ESR with v38.
2017-12-22Update devDependencies and gems. (#25023)XhmikosR
2017-12-05Update devDependencies and gems. (#24940)XhmikosR
2017-11-28Update devDependencies and gems. (#24876)XhmikosR
2017-11-27Replace lint-vars.sh with a Node.js script. (#24860)XhmikosR
Also, include it in the `css` npm script since it's instant.
2017-11-25Update package.json. (#24582)XhmikosR
1. Use the same jQuery version in jspm 2. Update the files to only include the source and dist folders
2017-11-23Run karma tests in parallel.XhmikosR
2017-11-23Allow us to run our unit test on differents jquery versionJohann-S
2017-11-23Add a simple script to generate SRI hashes for our assets. (#24814)XhmikosR
2017-11-20Update devDependencies. (#24829)XhmikosR
2017-11-19Remove unused file and bundle ie-emulation-modes-warning.js with docs.min.js ↵XhmikosR
(#24825) * Remove the unused assets/js/ie10-viewport-bug-workaround.js. * Combine ie-emulation-modes-warning.js with docs.min.js.
2017-11-16Don't run postcss for `dist/css/*.min.css` files. (#24676)XhmikosR
2017-11-16Update popper.js to v1.12.9. (#24797)XhmikosR
2017-11-13Update devDependencies. (#24762)XhmikosR
2017-11-09Update devDependencies (#24722)Johann-S
2017-11-08Update to babel beta 5Johann-S
2017-10-30Clean up package.json scripts. (#24583)XhmikosR
* rename build/htmllint.js to build/vnu-jar.js * remove the unused `bash` script * split the `docs-lint` scripts * fix watch-js script to run only the parent `js-compile` script