Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Build: Upgrade QUnit to 1.14.0 | Michał Gołębiowski | 2014-02-05 | 2 | -619/+688 |
| | | | | (cherry-picked from 95b21c6ec2790d0d051cdfe95d73148d7c385d68) | ||||
* | Build: Switch to explicit dependencies versions in bower.json | Michał Gołębiowski | 2014-02-02 | 2 | -4/+42 |
| | | | | (cherry-picked from cd4e25e991898bf07ce82fe4ab3d60c32b4a5fc9) | ||||
* | Tests: Fix sinon timers for oldIE | Oleg | 2014-01-13 | 1 | -0/+27 |
| | |||||
* | Tests: Straighten out sinon dependencies | Dave Methvin | 2014-01-10 | 2 | -95/+460 |
| | | | | | * Cherry-pick took the wrong lines for a couple of things. * Update and commit dependencies after `grunt bower` | ||||
* | Manage bower dependencies with grunt-bowercopy | Timmy Willison | 2013-12-06 | 3 | -0/+4510 |
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 |