Pull in the Sizzle library dynamically using a submodule and make it part of the jQuery build process.

This commit is contained in:
John Resig 2009-10-26 18:23:31 -04:00
parent bbffc99f7c
commit 81f65ce339
6 changed files with 32 additions and 1022 deletions

3
.gitmodules vendored
View file

@ -1,3 +1,6 @@
[submodule "test/qunit"]
path = test/qunit
url = git://github.com/jquery/qunit.git
[submodule "src/sizzle"]
path = src/sizzle
url = git://github.com/jeresig/sizzle.git