Update Rakefile to remove module wrappers (feature parity with make and ant). Update Makefile to avoid rebuilding jquery.js when it is not necessary to do so.
This commit is contained in:
parent
4eeae8b0bc
commit
c1625f6b79
2 changed files with 28 additions and 3 deletions
2
Makefile
2
Makefile
|
@ -79,7 +79,7 @@ init:
|
|||
jquery: ${JQ}
|
||||
jq: ${JQ}
|
||||
|
||||
${JQ}: ${MODULES} ${DIST_DIR}
|
||||
${JQ}: ${MODULES} | ${DIST_DIR}
|
||||
@@echo "Building" ${JQ}
|
||||
|
||||
@@cat ${MODULES} | \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue