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-Url: http://git.asbjorn.biz/?p=jquery.git;a=commitdiff_plain;h=1ed405176bfac58f35c3027006e152a4725fd63b Trim out the module wrappers during the build process. Follow-up to #7011. --- diff --git a/Makefile b/Makefile index 0fff724..d11d4e1 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};