Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Selector: update Sizzle | Michał Gołębiowski | 2014-02-05 | 1 | -2/+13 |
| | |||||
* | Sizzle: update committed dependencies | Timmy Willison | 2014-01-13 | 2 | -3/+7 |
| | |||||
* | Selector: update Sizzle | Richard Gibson | 2013-12-20 | 1 | -1/+3 |
| | | | | Fix #14584 | ||||
* | Manage bower dependencies with grunt-bowercopy | Timmy Willison | 2013-12-06 | 8 | -0/+11393 |
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. |