Trim out the module wrappers during the build process. Follow-up to #7011.

This commit is contained in:
jeresig 2010-09-09 10:34:21 -04:00
parent 82b35a4f2c
commit 1ed405176b

View file

@ -56,6 +56,8 @@ ${JQ}: selector ${MODULES}
@@mkdir -p ${DIST_DIR}
@@cat ${MODULES} | \
sed 's/.function..jQuery...{//' | \
sed 's/}...jQuery..;//' | \
sed 's/Date:./&'"${DATE}"'/' | \
${VER} > ${JQ};