Trim out the module wrappers during the build process. Follow-up to #7011.
This commit is contained in:
parent
82b35a4f2c
commit
1ed405176b
1 changed files with 2 additions and 0 deletions
2
Makefile
2
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};
|
||||
|
||||
|
|
Loading…
Reference in a new issue