Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Build: Upgrade QUnit to 1.14.0 | Michał Gołębiowski | 2014-02-05 | 2 | -619/+688 |
| | |||||
* | Build: Switch to explicit dependencies versions in bower.json | Michał Gołębiowski | 2014-02-02 | 2 | -99/+147 |
| | |||||
* | Manage bower dependencies with grunt-bowercopy | Timmy Willison | 2013-12-06 | 4 | -0/+4861 |
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. |