Fixed lite version of jQuery.

This commit is contained in:
John Resig 2007-12-20 15:11:07 +00:00
parent 3f839a69c5
commit 1fc7dcff11

View File

@ -79,8 +79,7 @@ lite: ${JQ_LITE}
${JQ_LITE}: ${JQ} ${JQ_LITE}: ${JQ}
@@echo "Building" ${JQ_LITE} @@echo "Building" ${JQ_LITE}
@@echo " - Removing ScriptDoc from" ${JQ} @@cp ${JQ} ${JQ_LITE}
@@${JAR} ${BUILD_DIR}/build/lite.js ${JQ} ${JQ_LITE}
@@echo ${JQ_LITE} "Built" @@echo ${JQ_LITE} "Built"
@@echo @@echo