Skip to content
Permalink
Browse files
Make sure that the submodules are pulling from the right location.
  • Loading branch information
jeresig committed Nov 11, 2009
1 parent c07d15d commit 1ce92e0
Showing 1 changed file with 2 additions and 2 deletions.
@@ -42,8 +42,8 @@ init:
@@echo "Grabbing external dependencies..."
@@git submodule init
@@git submodule update
@@cd src/sizzle && git pull
@@cd test/qunit && git pull
@@cd src/sizzle && git pull origin master
@@cd test/qunit && git pull origin master
@@git submodule update

jquery: ${DIST_DIR} selector ${JQ}

0 comments on commit 1ce92e0

Please sign in to comment.