Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Manage bower dependencies with grunt-bowercopy | Timmy Willison | 2013-12-06 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | Tracked bower dependencies are located at "src/sizzle" and "test/libs". The source-destination mapping is in the Gruntfile. When updating a bower dependency, update the version in bower.json, run `grunt bower`, and then commit the result. When adding a dependency, update the bowercopy task accordingly. Fixes #14615. Closes gh-1452. Conflicts: bower.json test/index.html | ||||
* | Use grunt and bower packages as local dependencies. Close gh-1433. | Timmy Willison | 2013-11-14 | 1 | -1/+1 |
| | |||||
* | Use full version of jQuery 1.9.1 | Oleg | 2013-11-08 | 1 | -1/+1 |
| | | | | | Had some weird failures in IE with xhr build of 1.9.1. Cherry picked from 626cbde7f8267e2463cef85d84f9f0172f1c7cb9 commit | ||||
* | No ticket. Restore checking individual src/**/*.js files by jsHint. | Michał Gołębiowski | 2013-09-06 | 1 | -0/+2 |
| | |||||
* | Fix #10814. Fix #14084. Make support tests lazy and broken out to components. | Michał Gołębiowski | 2013-09-06 | 1 | -0/+2 |
| | |||||
* | Update devDependencies, adjust .jshintrc to jsHint 2.x, use .jshintignore. ↵ | Michał Gołębiowski | 2013-07-11 | 1 | -0/+7 |
Close gh-1283. Conflicts: src/.jshintrc test/.jshintrc |