| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2017-08-26 | Run all lint targets in `test` script. (#23685) | XhmikosR | 1 | -2/+2 | |
| 2017-08-26 | Fix `npm run docs-github` script. (#23688) | XhmikosR | 1 | -1/+1 | |
| `$npm_config_tmp` is a non-existent variable. Also, use double quotes since single ones don't work. Finally, git ignore the temp file. | |||||
| 2017-08-23 | Update Popper.js to 1.12.3 | Johann-S | 1 | -2/+2 | |
| 2017-08-23 | Update which required jQuery release folks should use | Johann-S | 1 | -1/+1 | |
| 2017-08-20 | fixed package.json jspm section. | Albert Willemsen | 1 | -3/+6 | |
| 2017-08-15 | Register a service worker. | XhmikosR | 1 | -1/+1 | |
| 2017-08-14 | Adding Gemfile to package.json | Arthur Franco | 1 | -0/+1 | |
| Gemfile was missing. Couldn't compile documentation when using npm. | |||||
| 2017-08-13 | Moved watch task up to match the rest of the package.json (#22756) | Tom Scholz | 1 | -2/+2 | |
| 2017-08-10 | Add a README.md badge to track our dependencies and require jQuery >=3.0.0. ↵ | Johann-S | 1 | -1/+1 | |
| (#23125) | |||||
| 2017-08-10 | bump to betav4.0.0-beta | Mark Otto | 1 | -1/+1 | |
| 2017-08-10 | Update devDependencies. (#23264) | XhmikosR | 1 | -4/+3 | |
| 2017-08-09 | Move from dependencies to peerDependencies | Mark Otto | 1 | -0/+2 | |
| 2017-08-09 | Fix sourcemaps for node-sass too. | XhmikosR | 1 | -4/+4 | |
| Specify `--source-map-contents true` for node-sass and `source-map-inline-sources` for clean-css. Without this, the sourcemaps weren't found. | |||||
| 2017-07-28 | Update Popper.js to 1.11.0 (#23162) | Johann-S | 1 | -1/+1 | |
| 2017-07-16 | Errata from #23094. | Bardi Harborow | 1 | -1/+1 | |
| 2017-07-16 | Switch to using NPM lock files. | Bardi Harborow | 1 | -1/+0 | |
| 2017-07-16 | Update dependencies. | Bardi Harborow | 1 | -7/+7 | |
| 2017-07-05 | Use config file for UglifyJS to ensure same behavior on every environments ↵ | Johann-S | 1 | -2/+2 | |
| (#22990) | |||||
| 2017-07-04 | Update Popper.js to 1.10.8 | Johann-S | 1 | -1/+1 | |
| 2017-06-30 | add css-docs task to the dist build | Mark Otto | 1 | -1/+1 | |
| 2017-06-22 | Revert #22534 - Add grunt to our devDependencies (#22897) | Johann-S | 1 | -3/+4 | |
| 2017-06-18 | remove postcss-flexbugs-fixes from build process | Mark Otto | 1 | -1/+0 | |
| 2017-06-16 | Add back js-lint when we try to build our js | Johann-S | 1 | -2/+2 | |
| 2017-06-14 | Update Popper.js 1.10.1 | Johann-S | 1 | -1/+1 | |
| 2017-05-31 | Merge branch 'v4-dev' into v4-docs-streamlined | Mark Otto | 1 | -1/+1 | |
| 2017-05-31 | Use correct version of babel-preset-es2015 | Brian Ng | 1 | -1/+1 | |
| The 7.x-alpha preset won't work with 6.x core. An alternative would be to bump babel-cli to 7.x-alpha (if you'd like to help us test :D) | |||||
| 2017-05-30 | Merge branch 'v4-dev' into v4-docs-streamlined | Mark Otto | 1 | -8/+8 | |
| 2017-05-30 | Update Dependencies (REUPLOAD) (#22594) | CDAGaming | 1 | -8/+8 | |
| * Update Dependencies (REUPLOAD) Uglify-JS: 2.8.22 > 3.0.3 QUnitJS: 2.3.1 > 2.3.2 PostCSS-CLI: 3.1.1 > 4.0.0 Clean-CSS-CLI: 4.0.12 > 4.1.0 Babel-Eslint: 7.2.2 > 7.2.3 AutoPrefixer: 6.7.7 > 7.0.1 * Updates More Dependencies Autoprefixer: v7.0.1 > v7.1.1 Clean-CSS-CLI: v4.1.0 > v4.1.3 Node-Sass: v4.5.2 > v4.5.3 PostCSS-FlexBugs-Fixes: v2.1.1 > v3.0.0 Uglify-JS: v3.0.3 > v3.0.11 Signed-off-by: CDAGaming <[email protected]> * Update Gem Bundler Dependency Signed-off-by: CDAGaming <[email protected]> * Update Gemfile.lock Dependency Signed-off-by: CDAGaming <[email protected]> * Update QUnit Signed-off-by: CDAGaming <[email protected]> * Update Uglify-JS to v3.0.13 Signed-off-by: CDAGaming <[email protected]> | |||||
| 2017-05-29 | drop htmlhint given htmllint gives us most of the coverage we need here | Mark Otto | 1 | -2/+1 | |
| 2017-05-29 | Rearrange all the docs to allow for a docs/major.minor/ setup | Mark Otto | 1 | -13/+12 | |
| 2017-05-27 | move .scss-lint.yml to route dir instead of symlink (which didn't work) | Mark Otto | 1 | -3/+3 | |
| 2017-05-27 | Add `docs-clean` task to watch scripts | Mark Otto | 1 | -2/+2 | |
| Without this, the CSS and JS files don't get copied over to the `docs/dist/` folder during development. I imagine we can simplify this and not run it twice, and instead run it once? Unsure. /cc @johann-s | |||||
| 2017-05-24 | Update Popper.js to 1.9.9 | Johann-S | 1 | -1/+1 | |
| 2017-05-17 | Update Popper.js 1.9.4 | Johann-S | 1 | -1/+1 | |
| 2017-05-14 | Update Popper.js 1.9.3 | Johann-S | 1 | -1/+1 | |
| 2017-05-14 | Update Popper.js 1.9.1 + Update documentation about Dropdown placement | Johann-S | 1 | -1/+1 | |
| 2017-05-14 | Update Popper.js 1.8.2 | Johann-S | 1 | -1/+1 | |
| 2017-05-14 | Remove totaly Tether from documentation + dependencies | Johann-S | 1 | -1/+1 | |
| 2017-05-14 | Remove Tether from package.json + Update Popper | Johann-S | 1 | -1/+1 | |
| 2017-05-02 | Remove log from WEBrick during js-test-cloud | Johann-S | 1 | -1/+1 | |
| 2017-04-29 | Add watch-css and watch-js + a global watch command | Johann-S | 1 | -1/+3 | |
| 2017-04-29 | don't prefix docs css, it generates .map files and mucks it all up | Mark Otto | 1 | -1/+1 | |
| 2017-04-29 | watch task docs + css | Mark Otto | 1 | -1/+3 | |
| 2017-04-27 | Run js-test locally before js-test-cloud | Johann-S | 1 | -1/+1 | |
| 2017-04-27 | Fix build by installing grunt dependencies before js-test-cloud | Johann-S | 1 | -3/+3 | |
| 2017-04-21 | More minor build tweaks and docs updates. | Bardi Harborow | 1 | -4/+5 | |
| 2017-04-20 | Build system overhaul. | Bardi Harborow | 1 | -41/+54 | |
| 2017-04-10 | Package grunt (#22396) | Mark Otto | 1 | -2/+0 | |
| Remove docs files and Gruntfile from package managers | |||||
| 2017-03-20 | Update dependencies. | Bardi Harborow | 1 | -5/+5 | |
| 2017-03-12 | Update dependencies. | Bardi Harborow | 1 | -10/+10 | |
