mirror of
https://github.com/jquery/jquery.git
synced 2025-01-10 18:24:24 +00:00
Add a new build mode to the Makefile that doesn't try to pull from external sources (assumes that they're already built and not changing frequently).
This commit is contained in:
parent
e9092e9954
commit
31f1e99500
1
Makefile
1
Makefile
@ -47,6 +47,7 @@ init:
|
|||||||
@@cd test/qunit && git pull origin master > /dev/null 2>&1
|
@@cd test/qunit && git pull origin master > /dev/null 2>&1
|
||||||
|
|
||||||
jquery: ${DIST_DIR} selector ${JQ}
|
jquery: ${DIST_DIR} selector ${JQ}
|
||||||
|
jq: ${DIST_DIR} ${JQ}
|
||||||
|
|
||||||
${JQ}: ${MODULES}
|
${JQ}: ${MODULES}
|
||||||
@@echo "Building" ${JQ}
|
@@echo "Building" ${JQ}
|
||||||
|
Loading…
Reference in New Issue
Block a user