aboutsummaryrefslogtreecommitdiffstats
path: root/src/sizzle/dist
Commit message (Collapse)AuthorAgeFilesLines
* Build: Move all external libraries to external directoryScott González2014-06-243-2048/+0
| | | | Closes gh-1593
* Selector: Update Sizzle to 1.10.19Richard Gibson2014-04-183-28/+38
| | | | | Fixes #14901 Fixes #14793
* Selector: update SizzleMichał Gołębiowski2014-02-053-61/+80
|
* Sizzle: update committed dependenciesTimmy Willison2014-01-133-20/+18
|
* Selector: update SizzleRichard Gibson2013-12-203-14/+18
| | | | Fix #14584
* Manage bower dependencies with grunt-bowercopyTimmy Willison2013-12-063-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.