aboutsummaryrefslogtreecommitdiff
path: root/build
AgeCommit message (Collapse)AuthorFilesLines
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
2018-03-21Update workbox.jsXhmikosR1-1/+1
2018-03-21Update to workbox 3.0 & fix breaking changesMichael1-8/+19
2018-03-13saucelabs-unit-test.js: tweak failed tests message (#25836)XhmikosR1-2/+3
2018-03-12Clean shell scripts (#25704)Léo Andrès2-29/+29
2018-01-14Update copyright for 2k18 (#25303)Mark Otto5-10/+10
* 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.XhmikosR7-25/+29
2018-01-11Clean up and tweak ESLint rules.XhmikosR2-247/+20
Also, refactor ESLint and stylelint config files; now everything will work from our root dir.
2018-01-11Ignore the bogus lang vnu.jar error.XhmikosR1-1/+3
2017-12-31Update devDependencies and gems. (#25083)XhmikosR1-9/+9
2017-12-28Improve lint vars output messaging (#25049)Mark Otto1-2/+2
2017-11-28Combine path and remove variable used in one place. (#24873)XhmikosR2-5/+4
2017-11-27Replace lint-vars.sh with a Node.js script. (#24860)XhmikosR2-28/+83
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)XhmikosR2-0/+67
2017-11-15Use UMD and fix build to properly load deps (#24783)Federico Zivolo1-1/+1
2017-11-13Object spread : less jQuery more ES6 (#24665)Johann-S1-1/+2
2017-11-03Add svg files in workbox and remove jpg.XhmikosR1-1/+1
2017-10-31Fix invalid `<nav ... role="tablist">` in docs.patrickhlauke1-1/+0
2017-10-31More wording tweakspatrickhlauke1-2/+2
2017-10-31Shorten ignores - add more comments.XhmikosR1-7/+10
2017-10-31Remove `datetime-local` warning from vnu ignore list, change reboot example.patrickhlauke1-1/+3
2017-10-31Remove invalid example of `title` attribute in an SVG and related vnu error ↵patrickhlauke1-1/+0
suppression
2017-10-31Add comments to clarify why we ignore a couple of vnu's errors.patrickhlauke1-0/+4
* "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.XhmikosR1-1/+8
2017-10-31Re-enable vnu-jar's warnings and suppress the ones we don't need now.XhmikosR1-2/+8
2017-10-31build/*.js: es6ify. (#24611)XhmikosR3-5/+5
2017-10-29Clean up package.json scripts. (#24583)XhmikosR1-0/+0
* 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-S1-1/+1
2017-10-23Enable stylelint's `function-comma-space-after`. (#24501)XhmikosR1-1/+0
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)XhmikosR1-1/+1
This saves a few bytes from the unminified dist files.
2017-10-22Tighten htmllint's rules. (#24471)XhmikosR1-3/+27
2017-10-10Add information about failed testsJohann-S1-1/+7
2017-10-09Remove unused code from postcss.config.js.XhmikosR1-1/+1
We actually want to generate a sourcemap for docs.min.css.
2017-10-09Lint examples' CSS too.XhmikosR1-1/+1
2017-10-09Run autoprefixer for examples' CSS too.XhmikosR1-1/+1
2017-10-08Add back htmlhint.XhmikosR1-0/+19
2017-10-08Move vnu-jar to devDependencies and remove completely htmlhint.XhmikosR1-16/+39
2017-10-08Move from htmllint to Travis-only vnu.jar.Bardi Harborow2-19/+23
2017-10-08Update saucelabs-unit-test.js (#24297)XhmikosR1-13/+22
Add license header and minor formatting tweaks.
2017-10-07Enable stylelint's no-duplicate-selectors rule.XhmikosR1-1/+1
2017-10-02tweak outputMark Otto1-9/+29
2017-10-02initial pass at a build bash script for myselfMark Otto1-0/+44
2017-10-02Switch to stylelint. (#23572)XhmikosR1-0/+248