Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Build: Move all external libraries to external directory | Scott González | 2014-06-24 | 1 | -2/+1 |
| | | | | Closes gh-1593 | ||||
* | 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. | ||||
* | 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 | ||||
* | No ticket. Restore checking individual src/**/*.js files by jsHint. | Michał Gołębiowski | 2013-09-06 | 1 | -0/+2 |
| | |||||
* | Fix #14084: attach the test div to documentElement, not body. | Michał Gołębiowski | 2013-09-05 | 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. |