Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update the Sizzle location to point to the newly-moved repo. | John Resig | 2011-03-28 | 1 | -1/+1 |
| | |||||
* | Introduce submodules, closes #8536 | Carl Fürstenberg | 2011-03-15 | 1 | -0/+6 |
| | | | | | | Instead of the manual clone of sizzle and qunit, use git submodules instead. this will ensure that all future releases can be recreated by checking out an tag. | ||||
* | Switched from using Git Submodules to just doing a straight clone of the ↵ | jeresig | 2009-11-30 | 1 | -6/+0 |
| | | | | QUnit and Sizzle directories. Works much better for what we want. | ||||
* | Pull in the Sizzle library dynamically using a submodule and make it part of ↵ | John Resig | 2009-10-26 | 1 | -0/+3 |
| | | | | the jQuery build process. | ||||
* | Pull in QUnit using a submodule. In order to build jQuery (and run the ↵ | John Resig | 2009-10-22 | 1 | -0/+3 |
tests) you'll need to do 'git submodule init' and 'git submodule update' after checkout. |