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
path: root/build
AgeCommit message (Collapse)Author
2019-02-15Replace `v4-dev` with `master` after the branch change. (#28272)XhmikosR
2019-01-29generate-sri.js: move object.XhmikosR
2019-01-08Bump copyright year to 2019.XhmikosR
2018-12-14Remove the unused gcp-key.json.enc file.XhmikosR
2018-12-14Make use of the package.json `version_short` property more.XhmikosR
2018-12-13SVG accessibility fixes (#27826)Patrick H. Lauke
* SVG accessibility fixes - add `focusable="false"` to all SVGs, to stop IE from including the `<svg>` in its default focus cycle - completely hide decorative SVGs using `aria-hidden="true"` - add `role="img"` to meaningful/"content" SVGs, ensure they have an appropriate `<title>` and/or `aria-label` - simplify placeholder default title * Simplify usage of placeholder.svg in the docs - in most cases, no need for separate/redundant text and title (now that we make text itself part of the alternative text explicitly) - no need (expect in rare cirumstances) to describe the placeholder image (unless the look of the image is important/the actual content, as is the case with the image thumbnail class) * Simplify example.html rewriting of <svg> to <img> code sample - as the `alt` for the placeholder isn't really important, just add an ellipsis instead (otherwise, to be correct, we'd have to construct the whole "title+text" construct like we do now in the placeholder.svg itself * Change svgo configuration to retain role attribute and add/force focusable=false - regarding `focusable=false`, see https://github.com/svg/svgo/issues/1011 (which would be the "proper" SVGO fix) and the (hacky) solution https://github.com/svg/svgo/pull/817
2018-11-28Revert "build/*.js: set `sourceType` to module."XhmikosR
This reverts commit b442ce3130808dc28fe897f610bef1e9ab9c792f.
2018-11-25ship.sh: add missing period.XhmikosR
2018-11-20Remove holder.js.XhmikosR
2018-11-13Create toast JS plugin, add unit tests.Johann-S
2018-11-05Remove htmllint. (#27603)XhmikosR
We use the official HTML validator for HTML validation, and we don't really use any of the htmllint features.
2018-10-20Remove service workerMark Otto
2018-10-20swipe left/right without hammerjsJohann-S
2018-10-20Add touch support in our carousel with HammerJS.Johann-S
2018-10-14build/generate-sri.js: add popperjs.XhmikosR
2018-10-14docs: fix bundle SRI hash.XhmikosR
Also, remove popper.js from this script since it's not present in the repo.
2018-10-14Add a release npm script.XhmikosR
2018-10-14Remove sri-toolbox dependency.XhmikosR
We can achieve the same very easily.
2018-09-26Tweak build/build-plugins.js.XhmikosR
2018-09-26Remove unneeded `path.resolve`.XhmikosR
2018-09-26Include the plugin's filename in the license header.XhmikosR
2018-09-26Add license headers in js/dist filesHelmut Granda
By implementing the same approach of rollup.config.js and replicate it in build-plugins.js, individual plugins will display license headers.
2018-09-17Switch to find-unused-sass-variables for finding unused Sass variables.XhmikosR
2018-09-16Update svgo.yml.XhmikosR
2018-08-30move away from sauce labs to browserstackJohann-S
2018-08-29build-plugins.js: Remove redundant spaceXhmikosR
2018-08-12build/*.js: set `sourceType` to module.XhmikosR
2018-08-02Commit our svgo config.XhmikosR
2018-07-19feat(plugins): allow to import separate pluginsJohann-S
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-05-27Remove the unused docs upload preview stuff. (#26599)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-19detect test exceeded maximum duration on Sauce LabsJohann-S
2018-04-09Clean up globals.XhmikosR
Also, add a missing license header in build/workbox.js.
2018-04-09vnu.jar: Ignore all wrong language code warnings.XhmikosR
2018-03-30fix bundle and run test against itJohann-S
2018-03-21fix rollup configJohann-S
2018-03-21Update workbox.jsXhmikosR
2018-03-21Update to workbox 3.0 & fix breaking changesMichael
2018-03-13saucelabs-unit-test.js: tweak failed tests message (#25836)XhmikosR
2018-03-12Clean shell scripts (#25704)Léo Andrès
2018-01-15Update copyright for 2k18 (#25303)Mark Otto
* Update copyright range to include 2018 * Extend copyright date range on new files from 2017 to include 2018
2018-01-11Comply to the new rules.XhmikosR
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-11Ignore the bogus lang vnu.jar error.XhmikosR
2017-12-31Update devDependencies and gems. (#25083)XhmikosR
2017-12-28Improve lint vars output messaging (#25049)Mark Otto
2017-11-28Combine path and remove variable used in one place. (#24873)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-23Add a simple script to generate SRI hashes for our assets. (#24814)XhmikosR