aboutsummaryrefslogtreecommitdiff
path: root/package.json
AgeCommit message (Collapse)AuthorFilesLines
2018-10-20swipe left/right without hammerjsJohann-S1-5/+2
2018-10-20Add touch support in our carousel with HammerJS.Johann-S1-2/+6
2018-10-18Rename docs production script to production and use `JEKYLL_ENV`. (#27410)XhmikosR1-3/+3
2018-10-18Move lint scripts outside of the main scripts.XhmikosR1-7/+8
This allows us to run `npm run dist` without tests.
2018-10-18npm release-zip: remove the folder before zipping.XhmikosR1-1/+1
2018-10-15Move docs .eslintrc in site/.XhmikosR1-1/+1
2018-10-15Update devDependencies and gems.XhmikosR1-6/+6
2018-10-15Include `css-copy` in the `css` script.XhmikosR1-2/+2
2018-10-14Add a release npm script.XhmikosR1-0/+1
2018-10-14Remove sri-toolbox dependency.XhmikosR1-1/+0
We can achieve the same very easily.
2018-10-07Update devDependencies and gems.XhmikosR1-12/+12
2018-10-07Rename script.XhmikosR1-1/+1
2018-09-20Make release-zip include the root folder.XhmikosR1-1/+1
Also, now it should work cross-platform assuming `zip` is present.
2018-09-18use bsCustomFileInput in our documentation (#27264)Johann-S1-1/+1
2018-09-17Switch to find-unused-sass-variables for finding unused Sass variables.XhmikosR1-1/+2
2018-09-15speed up browser testsJohann-S1-0/+1
2018-09-13refactor karma config in one fileJohann-S1-3/+3
2018-09-09Update devDependencies.XhmikosR1-11/+11
2018-08-30move away from sauce labs to browserstackJohann-S1-3/+3
2018-08-28Update devDependencies.XhmikosR1-11/+11
2018-08-20Update devDependencies and gems.XhmikosR1-5/+5
2018-08-13Update deps.XhmikosR1-2/+2
2018-08-13Update bundlesize limits.XhmikosR1-2/+2
2018-08-12add babel plugin proposal object rest spread to our dev depsJohann-S1-0/+1
2018-08-12Revert "broken link checker: check external links too."XhmikosR1-1/+1
This reverts commit 9e5ec00d50e4b89ff8496425fff1a5a1011b440d. Unfortunately, we are getting too many timeouts.
2018-08-12broken link checker: check external links too.XhmikosR1-1/+1
It's slower, but since it runs only on Travis, we better be safe.
2018-08-12Run all css tasks in dist script.XhmikosR1-2/+2
2018-08-12Fix paths.XhmikosR1-2/+2
2018-08-12Update devDependencies and gems.XhmikosR1-20/+20
Also, enforce LF in clean-css.
2018-08-02Update package.jsonXhmikosR1-2/+2
Fix paths to docs.
2018-08-02package.json: be more explicit with the files we include.XhmikosR1-3/+3
2018-07-29Update devDependencies and gems.XhmikosR1-19/+18
2018-07-28Add margin utils to the grid for fully functional grid control (#26957)Mark Otto1-2/+2
* Add margin utils to the grid for fully functional grid control * bump the max filesize
2018-07-24Ship v4.1.3v4.1.3Mark Otto1-1/+1
2018-07-19feat(plugins): allow to import separate pluginsJohann-S1-3/+2
2018-07-16Move the browserslist config to a separate file.XhmikosR1-13/+0
2018-07-12Ship v4.1.2Mark Otto1-1/+1
2018-07-12Clean up npm scripts a bit more.XhmikosR1-2/+1
`docs-serve` was duplicated. Also, extend the existent `docs-serve` script for `docs-github-serve`.
2018-07-11Update scripts.XhmikosR1-3/+3
2018-07-11change dist to only affect main since docs css isn't distributedMark Otto1-1/+1
2018-07-11Move copy tasks back to css-main and js-compile so docs-github task runs ↵Mark Otto1-4/+4
properly
2018-07-11Update watch scripts to properly copy JS filesMark Otto1-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-11Reorganize docs for easier deploysMark Otto1-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-06Update devDependencies.XhmikosR1-14/+14
Only bundlesize is kept back for Node.js 10.x compatibility.
2018-07-01.browserslistrc: add `not dead`.XhmikosR1-1/+2
2018-06-25Add broken-link-checker.XhmikosR1-1/+7
2018-06-21Change karma tests to run sequential.XhmikosR1-1/+1
I was getting port in use errors.
2018-06-21Update all devDependencies apart from bundlesize and babel.XhmikosR1-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-01chore(bundlesize): increase bootstrap.js max sizeJohann-S1-1/+1
2018-05-27Remove the unused docs upload preview stuff. (#26599)XhmikosR1-1/+0