diff options
author | jeresig <jeresig@gmail.com> | 2009-11-30 15:45:16 -0500 |
---|---|---|
committer | jeresig <jeresig@gmail.com> | 2009-11-30 15:45:16 -0500 |
commit | 6798df54f40b316ce65c4e44e3c0370356956dd7 (patch) | |
tree | 7f575b2c94432f0fee149de9b908276b002e8d16 /Makefile | |
parent | e514e67cd24db3daf7658d53138a4fbef5fdc0c2 (diff) | |
download | jquery-6798df54f40b316ce65c4e44e3c0370356956dd7.tar.gz jquery-6798df54f40b316ce65c4e44e3c0370356956dd7.zip |
Switched from using Git Submodules to just doing a straight clone of the QUnit and Sizzle directories. Works much better for what we want.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -40,8 +40,8 @@ ${DIST_DIR}: init: @@echo "Grabbing external dependencies..." - @@git submodule init - @@git submodule update + @@git clone git://github.com/jquery/qunit.git test/qunit + @@git clone git://github.com/jeresig/sizzle.git src/sizzle @@cd src/sizzle && git pull origin master @@cd test/qunit && git pull origin master |