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
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
2017-11-15Use UMD and fix build to properly load deps (#24783)Federico Zivolo
2017-11-13Object spread : less jQuery more ES6 (#24665)Johann-S
2017-11-03Add svg files in workbox and remove jpg.XhmikosR
2017-10-31Fix invalid `<nav ... role="tablist">` in docs.patrickhlauke
2017-10-31More wording tweakspatrickhlauke
2017-10-31Shorten ignores - add more comments.XhmikosR
2017-10-31Remove `datetime-local` warning from vnu ignore list, change reboot example.patrickhlauke
2017-10-31Remove invalid example of `title` attribute in an SVG and related vnu error ↵patrickhlauke
suppression
2017-10-31Add comments to clarify why we ignore a couple of vnu's errors.patrickhlauke
* "autocomplete" attribute errors * "legend" is not allowed as child of "div"