From: jeresig Date: Thu, 9 Sep 2010 14:34:21 +0000 (-0400) Subject: Trim out the module wrappers during the build process. Follow-up to #7011. X-Git-Tag: 1.4.3rc1~120 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=1ed405176bfac58f35c3027006e152a4725fd63b;p=jquery.git Trim out the module wrappers during the build process. Follow-up to #7011. --- diff --git a/Makefile b/Makefile index 0fff724c1..d11d4e1ff 100644 --- a/Makefile +++ b/Makefile @@ -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};