Force the submodules to keep up to date.
This commit is contained in:
parent
262fcf7b7b
commit
a8b089a020
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
@ -42,6 +42,9 @@ init:
|
|||
@@echo "Grabbing external dependencies..."
|
||||
@@git submodule init
|
||||
@@git submodule update
|
||||
@@cd src/sizzle && git pull
|
||||
@@cd test/qunit && git pull
|
||||
@@git submodule update
|
||||
|
||||
jquery: ${DIST_DIR} selector ${JQ}
|
||||
|
||||
|
|
Loading…
Reference in a new issue