We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 285541b commit f411c8fCopy full SHA for f411c8f
Makefile
@@ -43,10 +43,8 @@ init:
43
@@echo "Grabbing external dependencies..."
44
@@if test ! -d test/qunit/.git; then git clone git://github.com/jquery/qunit.git test/qunit; fi
45
@@if test ! -d src/sizzle/.git; then git clone git://github.com/jeresig/sizzle.git src/sizzle; fi
46
- @@cd src/sizzle
47
- - @@git pull origin master > /dev/null 2>&1
48
- @@cd test/qunit
49
+ - @@cd src/sizzle &&git pull origin master > /dev/null 2>&1
+ - @@cd test/qunit && git pull origin master > /dev/null 2>&1
50
51
jquery: ${DIST_DIR} selector ${JQ}
52
jq: ${DIST_DIR} ${JQ}
0 commit comments