Skip to content
Permalink
Browse files
Force the submodules to keep up to date.
  • Loading branch information
jeresig committed Nov 10, 2009
1 parent 262fcf7 commit a8b089a
Showing 1 changed file with 3 additions and 0 deletions.
@@ -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}

3 comments on commit a8b089a

@jdalton
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I majorly dig that. Keeping submodules up to date is a pain.

@steadicat
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This fails for me... test/qunit symlinks to /Users/jeresig/Code/QUnit!

@jeresig
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I backed out symlink change (not sure how that got in there), it should be working again. Also just change the git pull to "git pull origin master" which should work for everyone.

Please sign in to comment.