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-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"
2017-10-31vnu-jar.js: pass `-Xss512k` for 32-bit Java to avoid a StackOverflowError error.XhmikosR
2017-10-31Re-enable vnu-jar's warnings and suppress the ones we don't need now.XhmikosR
2017-10-31build/*.js: es6ify. (#24611)XhmikosR
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
2017-10-24Change Rollup config to wrap our dist files with jQuery instead of $Johann-S
2017-10-23Enable stylelint's `function-comma-space-after`. (#24501)XhmikosR
The option is set to `always-single-line` in stylelint-config-standard which we extend.
2017-10-22Set autoprefixer's cascade option to false. (#24459)XhmikosR
This saves a few bytes from the unminified dist files.
2017-10-22Tighten htmllint's rules. (#24471)XhmikosR
2017-10-10Add information about failed testsJohann-S
2017-10-09Remove unused code from postcss.config.js.XhmikosR
We actually want to generate a sourcemap for docs.min.css.
2017-10-09Lint examples' CSS too.XhmikosR
2017-10-09Run autoprefixer for examples' CSS too.XhmikosR
2017-10-08Add back htmlhint.XhmikosR
2017-10-08Move vnu-jar to devDependencies and remove completely htmlhint.XhmikosR
2017-10-08Move from htmllint to Travis-only vnu.jar.Bardi Harborow
2017-10-08Update saucelabs-unit-test.js (#24297)XhmikosR
Add license header and minor formatting tweaks.
2017-10-07Enable stylelint's no-duplicate-selectors rule.XhmikosR
2017-10-03tweak outputMark Otto
2017-10-03initial pass at a build bash script for myselfMark Otto
2017-10-03Switch to stylelint. (#23572)XhmikosR