Skip to content

Commit 1ed4051

Browse files
committed
Trim out the module wrappers during the build process. Follow-up to #7011.
1 parent 82b35a4 commit 1ed4051

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

+2
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ ${JQ}: selector ${MODULES}
5656
@@mkdir -p ${DIST_DIR}
5757

5858
@@cat ${MODULES} | \
59+
sed 's/.function..jQuery...{//' | \
60+
sed 's/}...jQuery..;//' | \
5961
sed 's/Date:./&'"${DATE}"'/' | \
6062
${VER} > ${JQ};
6163

0 commit comments

Comments
 (0)