aboutsummaryrefslogtreecommitdiff
path: root/build
AgeCommit message (Collapse)AuthorFilesLines
2019-03-13Switch to Hugo.XhmikosR1-2/+2
No more Ruby dependency and most important more than 10 times less build time (at least on Windows)!
2019-03-11use specific browserlist for esm buildJohann-S1-11/+35
2019-03-11Tweak rollup.config.jsXhmikosR1-5/+4
2019-03-11build bootstrap in esmJohann-S1-7/+14
2019-03-11Comply to the new rules.XhmikosR5-39/+50
2019-03-11Switch to eslint-config-xo and eslint-plugin-unicorn.XhmikosR1-11/+1
2019-02-26move util in a util folder with the sanitizerJohann-S1-30/+33
2019-02-20Remove `focusable="false"` from SVGs.XhmikosR1-4/+0
2019-02-20Remove jQuery from docs/repo.XhmikosR1-6/+0
Some of the snippets need to be updated later.
2019-02-20rewrite toast plugin without jqueryJohann-S1-0/+17
2019-02-20Refactor util plugin and some testsJohann-S1-1/+1
2019-02-20chore(update): bump to 4.1.3Johann-S1-15/+106
2019-02-20fix(build): remove jquery in our buildJohann-S1-1/+0
2019-02-15Replace `v4-dev` with `master` after the branch change. (#28272)XhmikosR1-1/+1
2019-01-29generate-sri.js: move object.XhmikosR1-4/+4
2019-01-08Bump copyright year to 2019.XhmikosR4-8/+8
2018-12-14Remove the unused gcp-key.json.enc file.XhmikosR1-0/+0
2018-12-14Make use of the package.json `version_short` property more.XhmikosR2-4/+5
2018-12-13SVG accessibility fixes (#27826)Patrick H. Lauke1-2/+7
* 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."XhmikosR8-1/+15
This reverts commit b442ce3130808dc28fe897f610bef1e9ab9c792f.
2018-11-25ship.sh: add missing period.XhmikosR1-1/+1
2018-11-20Remove holder.js.XhmikosR1-3/+0
2018-11-13Create toast JS plugin, add unit tests.Johann-S1-0/+1
2018-11-05Remove htmllint. (#27603)XhmikosR1-44/+0
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 Otto2-64/+0
2018-10-20swipe left/right without hammerjsJohann-S3-27/+14
2018-10-20Add touch support in our carousel with HammerJS.Johann-S3-14/+27
2018-10-14build/generate-sri.js: add popperjs.XhmikosR1-0/+4
2018-10-14docs: fix bundle SRI hash.XhmikosR1-2/+2
Also, remove popper.js from this script since it's not present in the repo.
2018-10-14Add a release npm script.XhmikosR1-21/+3
2018-10-14Remove sri-toolbox dependency.XhmikosR1-4/+4
We can achieve the same very easily.
2018-09-26Tweak build/build-plugins.js.XhmikosR1-39/+38
2018-09-26Remove unneeded `path.resolve`.XhmikosR2-2/+2
2018-09-26Include the plugin's filename in the license header.XhmikosR2-5/+9
2018-09-26Add license headers in js/dist filesHelmut Granda3-7/+15
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.XhmikosR1-80/+0
2018-09-16Update svgo.yml.XhmikosR1-2/+2
2018-08-30move away from sauce labs to browserstackJohann-S2-179/+0
2018-08-29build-plugins.js: Remove redundant spaceXhmikosR1-1/+1
2018-08-12build/*.js: set `sourceType` to module.XhmikosR10-19/+1
2018-08-02Commit our svgo config.XhmikosR1-0/+52
2018-07-19feat(plugins): allow to import separate pluginsJohann-S1-0/+81
2018-07-11Reorganize docs for easier deploysMark Otto3-4/+4
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)XhmikosR1-13/+0
2018-05-22Update devDependencies and gems.XhmikosR1-4/+5
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-S1-4/+9
2018-04-09Clean up globals.XhmikosR3-4/+8
Also, add a missing license header in build/workbox.js.
2018-04-08vnu.jar: Ignore all wrong language code warnings.XhmikosR1-2/+2
2018-03-29fix bundle and run test against itJohann-S1-0/+1
2018-03-21fix rollup configJohann-S1-1/+1