aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorjeresig <jeresig@gmail.com>2010-09-09 10:34:21 -0400
committerjeresig <jeresig@gmail.com>2010-09-09 10:34:21 -0400
commit1ed405176bfac58f35c3027006e152a4725fd63b (patch)
treefe532db5d2eb2d7776c046794e0c67861b4d2e48 /Makefile
parent82b35a4f2c11dc72178b78a1256b20d72b09708d (diff)
downloadjquery-1ed405176bfac58f35c3027006e152a4725fd63b.tar.gz
jquery-1ed405176bfac58f35c3027006e152a4725fd63b.zip
Trim out the module wrappers during the build process. Follow-up to #7011.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
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};