aboutsummaryrefslogtreecommitdiffstats
path: root/.gitmodules
diff options
context:
space:
mode:
authorJohn Resig <jeresig@gmail.com>2009-10-26 18:23:31 -0400
committerJohn Resig <jeresig@gmail.com>2009-10-26 18:23:31 -0400
commit81f65ce33931831dc651c5d3ebf2b31b551b6b8b (patch)
tree7c0ec992c8f75eba0bbb91dae1f63d26c6f0e061 /.gitmodules
parentbbffc99f7c60d42d4286786dfd6a43aa31d62ae2 (diff)
downloadjquery-81f65ce33931831dc651c5d3ebf2b31b551b6b8b.tar.gz
jquery-81f65ce33931831dc651c5d3ebf2b31b551b6b8b.zip
Pull in the Sizzle library dynamically using a submodule and make it part of the jQuery build process.
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index 50fc19940..984e8a42d 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -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