| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2018-10-20 | swipe left/right without hammerjs | Johann-S | 1 | -5/+2 | |
| 2018-10-20 | Add touch support in our carousel with HammerJS. | Johann-S | 1 | -2/+6 | |
| 2018-10-18 | Rename docs production script to production and use `JEKYLL_ENV`. (#27410) | XhmikosR | 1 | -3/+3 | |
| 2018-10-18 | Move lint scripts outside of the main scripts. | XhmikosR | 1 | -7/+8 | |
| This allows us to run `npm run dist` without tests. | |||||
| 2018-10-18 | npm release-zip: remove the folder before zipping. | XhmikosR | 1 | -1/+1 | |
| 2018-10-15 | Move docs .eslintrc in site/. | XhmikosR | 1 | -1/+1 | |
| 2018-10-15 | Update devDependencies and gems. | XhmikosR | 1 | -6/+6 | |
| 2018-10-15 | Include `css-copy` in the `css` script. | XhmikosR | 1 | -2/+2 | |
| 2018-10-14 | Add a release npm script. | XhmikosR | 1 | -0/+1 | |
| 2018-10-14 | Remove sri-toolbox dependency. | XhmikosR | 1 | -1/+0 | |
| We can achieve the same very easily. | |||||
| 2018-10-07 | Update devDependencies and gems. | XhmikosR | 1 | -12/+12 | |
| 2018-10-07 | Rename script. | XhmikosR | 1 | -1/+1 | |
| 2018-09-20 | Make release-zip include the root folder. | XhmikosR | 1 | -1/+1 | |
| Also, now it should work cross-platform assuming `zip` is present. | |||||
| 2018-09-18 | use bsCustomFileInput in our documentation (#27264) | Johann-S | 1 | -1/+1 | |
| 2018-09-17 | Switch to find-unused-sass-variables for finding unused Sass variables. | XhmikosR | 1 | -1/+2 | |
| 2018-09-15 | speed up browser tests | Johann-S | 1 | -0/+1 | |
| 2018-09-13 | refactor karma config in one file | Johann-S | 1 | -3/+3 | |
| 2018-09-09 | Update devDependencies. | XhmikosR | 1 | -11/+11 | |
| 2018-08-30 | move away from sauce labs to browserstack | Johann-S | 1 | -3/+3 | |
| 2018-08-28 | Update devDependencies. | XhmikosR | 1 | -11/+11 | |
| 2018-08-20 | Update devDependencies and gems. | XhmikosR | 1 | -5/+5 | |
| 2018-08-13 | Update deps. | XhmikosR | 1 | -2/+2 | |
| 2018-08-13 | Update bundlesize limits. | XhmikosR | 1 | -2/+2 | |
| 2018-08-12 | add babel plugin proposal object rest spread to our dev deps | Johann-S | 1 | -0/+1 | |
| 2018-08-12 | Revert "broken link checker: check external links too." | XhmikosR | 1 | -1/+1 | |
| This reverts commit 9e5ec00d50e4b89ff8496425fff1a5a1011b440d. Unfortunately, we are getting too many timeouts. | |||||
| 2018-08-12 | broken link checker: check external links too. | XhmikosR | 1 | -1/+1 | |
| It's slower, but since it runs only on Travis, we better be safe. | |||||
| 2018-08-12 | Run all css tasks in dist script. | XhmikosR | 1 | -2/+2 | |
| 2018-08-12 | Fix paths. | XhmikosR | 1 | -2/+2 | |
| 2018-08-12 | Update devDependencies and gems. | XhmikosR | 1 | -20/+20 | |
| Also, enforce LF in clean-css. | |||||
| 2018-08-02 | Update package.json | XhmikosR | 1 | -2/+2 | |
| Fix paths to docs. | |||||
| 2018-08-02 | package.json: be more explicit with the files we include. | XhmikosR | 1 | -3/+3 | |
| 2018-07-29 | Update devDependencies and gems. | XhmikosR | 1 | -19/+18 | |
| 2018-07-28 | Add margin utils to the grid for fully functional grid control (#26957) | Mark Otto | 1 | -2/+2 | |
| * Add margin utils to the grid for fully functional grid control * bump the max filesize | |||||
| 2018-07-24 | Ship v4.1.3v4.1.3 | Mark Otto | 1 | -1/+1 | |
| 2018-07-19 | feat(plugins): allow to import separate plugins | Johann-S | 1 | -3/+2 | |
| 2018-07-16 | Move the browserslist config to a separate file. | XhmikosR | 1 | -13/+0 | |
| 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 | |
