aboutsummaryrefslogtreecommitdiff
path: root/package.json
AgeCommit message (Collapse)AuthorFilesLines
2018-12-21Bump to v4.2.1 (#27892)v4.2.1Mark Otto1-1/+1
2018-12-21Prep for v4.2.0 releaseMark Otto1-2/+2
- Move 4.1 docs to 4.2 - Update versions everywhere to 4.1.3 with release script - Manually bump the shorthand version in package.json - Add 4.2 to the versions docs page - Update some redirects - Fix tests asset URLs - Bump Nuget and more
2018-12-14integration test to be sure bootstrap can be bundledJohann-S1-1/+4
2018-12-10Update devDependencies. (#27806)XhmikosR1-3/+3
2018-12-06Update devDependencies. (#27764)XhmikosR1-13/+13
2018-11-25Update devDependencies.XhmikosR1-1/+1
2018-11-23Revert "Replace anchor.js with jekyll-anchor-headings."XhmikosR1-1/+1
This reverts commit b04f97f60be64549a37e0c71d676ab67e70891fa.
2018-11-22Update devDependencies.XhmikosR1-3/+3
2018-11-20Remove holder.js.XhmikosR1-1/+1
2018-11-20Replace anchor.js with jekyll-anchor-headings.XhmikosR1-1/+1
This allows us to generate the anchor links on build time. https://github.com/allejo/jekyll-anchor-headings
2018-11-16Update devDependencies and gems.XhmikosR1-13/+13
2018-11-13Create toast JS plugin, add unit tests.Johann-S1-1/+1
2018-11-13Bump bootstrap.min.css bundle size.XhmikosR1-1/+1
2018-11-05Reorganize npm scripts.XhmikosR1-12/+18
2018-11-05Remove htmllint. (#27603)XhmikosR1-4/+1
We use the official HTML validator for HTML validation, and we don't really use any of the htmllint features.
2018-11-04Update devDependencies and gems.XhmikosR1-4/+4
2018-11-04Travis: stop using a separate stage for Browser tests.XhmikosR1-1/+0
This should be faster.
2018-11-04broken-link-checker: force follow links.XhmikosR1-1/+1
After 3256a2c, blc honored robots.txt thus it didn't crawl anything. Ignore robots.txt to work around the issue.
2018-10-29Update devDependencies and gems.XhmikosR1-8/+8
2018-10-21Update devDependencies and gems.XhmikosR1-3/+3
2018-10-20package.json: add `version_short` and use it in the npm scripts.XhmikosR1-9/+10
2018-10-20Remove service workerMark Otto1-4/+1
2018-10-20use pointer events if availableJohann-S1-1/+1
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