mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-22 17:30:29 +08:00
编译时删除.js.map文件
This commit is contained in:
@@ -67,6 +67,7 @@ function build() {
|
|||||||
find $DIST -name ".gitignore" -delete
|
find $DIST -name ".gitignore" -delete
|
||||||
find $DIST -name "*.less" -delete
|
find $DIST -name "*.less" -delete
|
||||||
find $DIST -name "*.css.map" -delete
|
find $DIST -name "*.css.map" -delete
|
||||||
|
find $DIST -name "*.js.map" -delete
|
||||||
|
|
||||||
# zip
|
# zip
|
||||||
echo "zip files ..."
|
echo "zip files ..."
|
||||||
|
|||||||
Reference in New Issue
Block a user