Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Sizzle: update to 2.1.1-jquery.2.1.2 for back-compat | Timmy Willison | 2014-12-16 | 3 | -19/+22 |
| | |||||
* | Sizzle: update to 2.1.1 | Timmy Willison | 2014-12-15 | 3 | -71/+91 |
| | |||||
* | Selector: Update Sizzle to 1.10.19 | Richard Gibson | 2014-04-18 | 3 | -28/+38 |
| | | | | | | Fixes #14901 Fixes #14793 (cherry picked from commit 90b43de21296cf59af7dd37c49c1a9a4f8483f68) | ||||
* | Selector: update Sizzle | Michał Gołębiowski | 2014-02-05 | 3 | -61/+80 |
| | | | | (cherry-picked from a74ad04bc9c4c7203303b2547e94f1cc53c2a460) | ||||
* | Sizzle: update committed dependencies | Timmy Willison | 2014-01-13 | 3 | -20/+18 |
| | |||||
* | Selector: update Sizzle | Richard Gibson | 2013-12-20 | 3 | -14/+18 |
| | | | | | Fix #14584 (cherry picked from commit 29c8003347e8768e26077c6d040203d662009220) | ||||
* | Manage bower dependencies with grunt-bowercopy | Timmy Willison | 2013-12-06 | 3 | -0/+2017 |
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 |