aboutsummaryrefslogtreecommitdiffstats
path: root/test/libs/sinon
Commit message (Collapse)AuthorAgeFilesLines
* Build: Move all external libraries to external directoryScott González2014-06-241-385/+0
| | | | Closes gh-1593
* Build: Switch to explicit dependencies versions in bower.jsonMichał Gołębiowski2014-02-021-4/+38
|
* Manage bower dependencies with grunt-bowercopyTimmy Willison2013-12-061-0/+351
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.