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:
Jonas Pfenniger 2010-12-30 01:38:28 -06:00 committed by Colin Snover
parent 4eeae8b0bc
commit c1625f6b79
2 changed files with 28 additions and 3 deletions

View file

@ -79,7 +79,7 @@ init:
jquery: ${JQ}
jq: ${JQ}
${JQ}: ${MODULES} ${DIST_DIR}
${JQ}: ${MODULES} | ${DIST_DIR}
@@echo "Building" ${JQ}
@@cat ${MODULES} | \