| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2018-01-14 | Update copyright for 2k18 (#25303) | Mark Otto | 5 | -10/+10 | |
| * Update copyright range to include 2018 * Extend copyright date range on new files from 2017 to include 2018 | |||||
| 2018-01-11 | Comply to the new rules. | XhmikosR | 7 | -25/+29 | |
| 2018-01-11 | Clean up and tweak ESLint rules. | XhmikosR | 2 | -247/+20 | |
| Also, refactor ESLint and stylelint config files; now everything will work from our root dir. | |||||
| 2018-01-11 | Ignore the bogus lang vnu.jar error. | XhmikosR | 1 | -1/+3 | |
| 2017-12-31 | Update devDependencies and gems. (#25083) | XhmikosR | 1 | -9/+9 | |
| 2017-12-28 | Improve lint vars output messaging (#25049) | Mark Otto | 1 | -2/+2 | |
| 2017-11-28 | Combine path and remove variable used in one place. (#24873) | XhmikosR | 2 | -5/+4 | |
| 2017-11-27 | Replace lint-vars.sh with a Node.js script. (#24860) | XhmikosR | 2 | -28/+83 | |
| Also, include it in the `css` npm script since it's instant. | |||||
| 2017-11-23 | Add a simple script to generate SRI hashes for our assets. (#24814) | XhmikosR | 2 | -0/+67 | |
| 2017-11-15 | Use UMD and fix build to properly load deps (#24783) | Federico Zivolo | 1 | -1/+1 | |
| 2017-11-13 | Object spread : less jQuery more ES6 (#24665) | Johann-S | 1 | -1/+2 | |
| 2017-11-03 | Add svg files in workbox and remove jpg. | XhmikosR | 1 | -1/+1 | |
| 2017-10-31 | Fix invalid `<nav ... role="tablist">` in docs. | patrickhlauke | 1 | -1/+0 | |
| 2017-10-31 | More wording tweaks | patrickhlauke | 1 | -2/+2 | |
| 2017-10-31 | Shorten ignores - add more comments. | XhmikosR | 1 | -7/+10 | |
| 2017-10-31 | Remove `datetime-local` warning from vnu ignore list, change reboot example. | patrickhlauke | 1 | -1/+3 | |
| 2017-10-31 | Remove invalid example of `title` attribute in an SVG and related vnu error ↵ | patrickhlauke | 1 | -1/+0 | |
| suppression | |||||
| 2017-10-31 | Add comments to clarify why we ignore a couple of vnu's errors. | patrickhlauke | 1 | -0/+4 | |
| * "autocomplete" attribute errors * "legend" is not allowed as child of "div" | |||||
| 2017-10-31 | vnu-jar.js: pass `-Xss512k` for 32-bit Java to avoid a StackOverflowError error. | XhmikosR | 1 | -1/+8 | |
| 2017-10-31 | Re-enable vnu-jar's warnings and suppress the ones we don't need now. | XhmikosR | 1 | -2/+8 | |
| 2017-10-31 | build/*.js: es6ify. (#24611) | XhmikosR | 3 | -5/+5 | |
| 2017-10-29 | Clean up package.json scripts. (#24583) | XhmikosR | 1 | -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-24 | Change Rollup config to wrap our dist files with jQuery instead of $ | Johann-S | 1 | -1/+1 | |
| 2017-10-23 | Enable stylelint's `function-comma-space-after`. (#24501) | XhmikosR | 1 | -1/+0 | |
| The option is set to `always-single-line` in stylelint-config-standard which we extend. | |||||
| 2017-10-22 | Set autoprefixer's cascade option to false. (#24459) | XhmikosR | 1 | -1/+1 | |
| This saves a few bytes from the unminified dist files. | |||||
| 2017-10-22 | Tighten htmllint's rules. (#24471) | XhmikosR | 1 | -3/+27 | |
| 2017-10-10 | Add information about failed tests | Johann-S | 1 | -1/+7 | |
| 2017-10-09 | Remove unused code from postcss.config.js. | XhmikosR | 1 | -1/+1 | |
| We actually want to generate a sourcemap for docs.min.css. | |||||
| 2017-10-09 | Lint examples' CSS too. | XhmikosR | 1 | -1/+1 | |
| 2017-10-09 | Run autoprefixer for examples' CSS too. | XhmikosR | 1 | -1/+1 | |
| 2017-10-08 | Add back htmlhint. | XhmikosR | 1 | -0/+19 | |
| 2017-10-08 | Move vnu-jar to devDependencies and remove completely htmlhint. | XhmikosR | 1 | -16/+39 | |
| 2017-10-08 | Move from htmllint to Travis-only vnu.jar. | Bardi Harborow | 2 | -19/+23 | |
| 2017-10-08 | Update saucelabs-unit-test.js (#24297) | XhmikosR | 1 | -13/+22 | |
| Add license header and minor formatting tweaks. | |||||
| 2017-10-07 | Enable stylelint's no-duplicate-selectors rule. | XhmikosR | 1 | -1/+1 | |
| 2017-10-02 | tweak output | Mark Otto | 1 | -9/+29 | |
| 2017-10-02 | initial pass at a build bash script for myself | Mark Otto | 1 | -0/+44 | |
| 2017-10-02 | Switch to stylelint. (#23572) | XhmikosR | 1 | -0/+248 | |
| 2017-09-29 | Rename variables and remove unneeded return. | XhmikosR | 1 | -8/+9 | |
| 2017-09-29 | Manage exceed maximum duration for our test | Johann-S | 1 | -3/+11 | |
| 2017-09-29 | Use sauce_browsers.json. | Johann-S | 2 | -36/+69 | |
| 2017-09-29 | Convert sauce_browser.yml to JSON. | Johann-S | 3 | -79/+68 | |
| 2017-09-29 | Specify Travis job ID. | Johann-S | 1 | -1/+2 | |
| 2017-09-29 | ES6-ify build/saucelabs-unit-test.js. | XhmikosR | 1 | -12/+13 | |
| 2017-09-29 | Use jsunitsaucelabs to run our unit tests on Saucelabs | Johann-S | 1 | -0/+48 | |
| 2017-09-28 | Lint docs js too and use `strict consistently. (#24160) | XhmikosR | 3 | -0/+6 | |
| 2017-09-28 | Move uglify-js's config back to CLI. (#24147) | XhmikosR | 1 | -8/+0 | |
| We need to pass different options and this seems cleaner at this point. In order for docs.min.js to keeps all comments, we don't pass `compress`. | |||||
| 2017-09-26 | Move Autoprefixer's config in package.json. | XhmikosR | 1 | -22/+1 | |
| This is so other plugins can use it too. | |||||
| 2017-09-26 | build/*.js: ES6-ify files. (#24112) | XhmikosR | 2 | -26/+22 | |
| 2017-09-26 | Tabs to spaces. (#24110) | XhmikosR | 2 | -5/+4 | |
