Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Build: Move all external libraries to external directory | Scott González | 2014-06-24 | 1 | -1/+0 |
| | | | | Closes gh-1593 | ||||
* | Selector: Update Sizzle to 1.10.19 | Richard Gibson | 2014-04-18 | 1 | -1/+1 |
| | | | | | Fixes #14901 Fixes #14793 | ||||
* | Selector: update Sizzle | Michał Gołębiowski | 2014-02-05 | 1 | -1/+1 |
| | |||||
* | Sizzle: update committed dependencies | Timmy Willison | 2014-01-13 | 1 | -1/+1 |
| | |||||
* | Selector: update Sizzle | Richard Gibson | 2013-12-20 | 1 | -1/+1 |
| | | | | Fix #14584 | ||||
* | Manage bower dependencies with grunt-bowercopy | Timmy Willison | 2013-12-06 | 1 | -0/+1 |
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. |