| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2018-07-12 | Ship v4.1.2 | Mark Otto | 1 | -1/+1 | |
| 2018-07-12 | Clean up npm scripts a bit more. | XhmikosR | 1 | -2/+1 | |
| `docs-serve` was duplicated. Also, extend the existent `docs-serve` script for `docs-github-serve`. | |||||
| 2018-07-11 | Update scripts. | XhmikosR | 1 | -3/+3 | |
| 2018-07-11 | change dist to only affect main since docs css isn't distributed | Mark Otto | 1 | -1/+1 | |
| 2018-07-11 | Move copy tasks back to css-main and js-compile so docs-github task runs ↵ | Mark Otto | 1 | -4/+4 | |
| properly | |||||
| 2018-07-11 | Update watch scripts to properly copy JS files | Mark Otto | 1 | -4/+8 | |
| - Updates nodemon scripts to watch specific directories instead of ignoring several - Split watch tasks for CSS and JS into main and docs - Add docs-watch script to serve the docs instead of just build - Add new start script so that instead of two tabs, one for docs-watch and one for watch, we just run npm start | |||||
| 2018-07-11 | Reorganize docs for easier deploys | Mark Otto | 1 | -10/+12 | |
| 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-07-06 | Update devDependencies. | XhmikosR | 1 | -14/+14 | |
| Only bundlesize is kept back for Node.js 10.x compatibility. | |||||
| 2018-07-01 | .browserslistrc: add `not dead`. | XhmikosR | 1 | -1/+2 | |
| 2018-06-25 | Add broken-link-checker. | XhmikosR | 1 | -1/+7 | |
| 2018-06-21 | Change karma tests to run sequential. | XhmikosR | 1 | -1/+1 | |
| I was getting port in use errors. | |||||
| 2018-06-21 | Update all devDependencies apart from bundlesize and babel. | XhmikosR | 1 | -16/+16 | |
| Newer bundlesize versions still don't work with node.js 10.x. babel has some bugs that we need to be fixed. | |||||
| 2018-06-01 | chore(bundlesize): increase bootstrap.js max size | Johann-S | 1 | -1/+1 | |
| 2018-05-27 | Remove the unused docs upload preview stuff. (#26599) | XhmikosR | 1 | -1/+0 | |
| 2018-05-23 | Run coveralls only on Travis and only once. | XhmikosR | 1 | -1/+1 | |
| 2018-05-23 | Add coverall to follow our coverage | Johann-S | 1 | -1/+3 | |
| 2018-05-22 | Update again. | XhmikosR | 1 | -11/+11 | |
| 2018-05-22 | chore(deps): update qunit and karma-qunit | Johann-S | 1 | -2/+2 | |
| 2018-05-22 | Update devDependencies and gems. | XhmikosR | 1 | -12/+12 | |
| 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-30 | Bump version to v4.1.1v4.1.1 | Mark Otto | 1 | -1/+1 | |
| 2018-04-17 | Update devDependencies. (#26322) | XhmikosR | 1 | -2/+2 | |
| 2018-04-16 | Update devDependencies. (#26309) | XhmikosR | 1 | -4/+4 | |
| 2018-04-10 | Update dependencies and gems (#26234) | XhmikosR | 1 | -19/+19 | |
| 2018-04-09 | Ship v4.1.0 (#26218)v4.1.0 | Mark Otto | 1 | -1/+1 | |
| * update docs path from docs/4.0/ to docs/4.1/ * bump version to 4.1.0 * Update redirects to work for 4.1 docs move * Update docs version switcher to include latest and link to 4.0 docs * re-run dist * Update package-lock.json * Update docs-navbar.html | |||||
| 2018-04-02 | Fix broken URI fragments and redirects. | XhmikosR | 1 | -1/+1 | |
| 2018-03-29 | fix bundle and run test against it | Johann-S | 1 | -0/+2 | |
| 2018-03-21 | Update all devDependencies. | XhmikosR | 1 | -11/+11 | |
| Kept back karma-qunit and qunitjs because tests fail. | |||||
| 2018-03-21 | Update to workbox 3.0 & fix breaking changes | Michael | 1 | -1/+1 | |
| 2018-03-21 | Update dependencies. | XhmikosR | 1 | -12/+12 | |
| 2018-03-13 | Add Sinon to do better unit test | Johann-S | 1 | -0/+2 | |
| 2018-03-05 | add code coverage | Johann-S | 1 | -1/+4 | |
| 2018-03-05 | Update devDependencies and gems. (#25708) | XhmikosR | 1 | -18/+18 | |
| 2018-02-05 | Update devDependencies and gems. (#25551) | XhmikosR | 1 | -8/+8 | |
| 2018-01-30 | Update devDependencies and gems. (#25502) | XhmikosR | 1 | -3/+3 | |
| 2018-01-22 | Update devDependencies. (#25371) | XhmikosR | 1 | -9/+9 | |
| 2018-01-18 | Bump version to 4.0.0 | Mark Otto | 1 | -1/+1 | |
| 2018-01-11 | Clean up and tweak ESLint rules. | XhmikosR | 1 | -4/+4 | |
| Also, refactor ESLint and stylelint config files; now everything will work from our root dir. | |||||
| 2018-01-11 | Update devDependencies and gems. (#25192) | XhmikosR | 1 | -10/+10 | |
| 2017-12-31 | Update devDependencies and gems. (#25083) | XhmikosR | 1 | -8/+8 | |
| 2017-12-31 | Add `docs-github-serve` script for local serving the `github` target. (#25139) | XhmikosR | 1 | -0/+1 | |
| 2017-12-28 | Update version to 4.0.0-beta.3v4.0.0-beta.3 | Mark Otto | 1 | -1/+1 | |
| 2017-12-23 | Update our browserslist. (#24919) | XhmikosR | 1 | -4/+6 | |
| Update our browserslist. * Add `last 1 major version` and `>= 1%`. * Add Firefox. Firefox v38 is older than the ESR, so basically replace ESR with v38. | |||||
| 2017-12-22 | Update devDependencies and gems. (#25023) | XhmikosR | 1 | -13/+13 | |
| 2017-12-05 | Update devDependencies and gems. (#24940) | XhmikosR | 1 | -9/+9 | |
| 2017-11-28 | Update devDependencies and gems. (#24876) | XhmikosR | 1 | -6/+6 | |
| 2017-11-27 | Replace lint-vars.sh with a Node.js script. (#24860) | XhmikosR | 1 | -0/+2 | |
| Also, include it in the `css` npm script since it's instant. | |||||
| 2017-11-25 | Update package.json. (#24582) | XhmikosR | 1 | -10/+4 | |
| 1. Use the same jQuery version in jspm 2. Update the files to only include the source and dist folders | |||||
| 2017-11-23 | Run karma tests in parallel. | XhmikosR | 1 | -1/+3 | |
| 2017-11-23 | Allow us to run our unit test on differents jquery version | Johann-S | 1 | -3/+6 | |
| 2017-11-23 | Add a simple script to generate SRI hashes for our assets. (#24814) | XhmikosR | 1 | -0/+2 | |
