Pull in the Sizzle library dynamically using a submodule and make it part of the jQuery build process.
This commit is contained in:
parent
bbffc99f7c
commit
81f65ce339
6 changed files with 32 additions and 1022 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue