Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Build: Move all external libraries to external directory | Scott González | 2014-06-25 | 2 | -2525/+0 |
| | | | | | | | | Closes gh-1593 Conflicts: Gruntfile.js test/index.html | ||||
* | Build: Upgrade QUnit to 1.14.0 | Michał Gołębiowski | 2014-02-05 | 2 | -619/+688 |
| | | | | (cherry-picked from 95b21c6ec2790d0d051cdfe95d73148d7c385d68) | ||||
* | Manage bower dependencies with grunt-bowercopy | Timmy Willison | 2013-12-06 | 2 | -0/+2456 |
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 |