Trim out the module wrappers during the build process. Follow-up to #7011.
This commit is contained in:
parent
82b35a4f2c
commit
1ed405176b
2
Makefile
2
Makefile
|
@ -56,6 +56,8 @@ ${JQ}: selector ${MODULES}
|
||||||
@@mkdir -p ${DIST_DIR}
|
@@mkdir -p ${DIST_DIR}
|
||||||
|
|
||||||
@@cat ${MODULES} | \
|
@@cat ${MODULES} | \
|
||||||
|
sed 's/.function..jQuery...{//' | \
|
||||||
|
sed 's/}...jQuery..;//' | \
|
||||||
sed 's/Date:./&'"${DATE}"'/' | \
|
sed 's/Date:./&'"${DATE}"'/' | \
|
||||||
${VER} > ${JQ};
|
${VER} > ${JQ};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue