From bc89116d3d91f6f349ba617fc3493964aba1fe82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E7=A5=A5=E8=B6=85?= Date: Fri, 17 Mar 2023 10:20:11 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BC=96=E8=AF=91=E8=84=9A=E6=9C=AC=E4=B8=AD?= =?UTF-8?q?=E6=9A=82=E6=97=B6=E4=B8=8D=E5=88=A0=E9=99=A4.css.map=E5=92=8C.?= =?UTF-8?q?js.map=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/build.sh b/build/build.sh index c2b699ed..c7e71941 100755 --- a/build/build.sh +++ b/build/build.sh @@ -105,8 +105,8 @@ function build() { find "$DIST" -name ".DS_Store" -delete find "$DIST" -name ".gitignore" -delete find "$DIST" -name "*.less" -delete - find "$DIST" -name "*.css.map" -delete - find "$DIST" -name "*.js.map" -delete + #find "$DIST" -name "*.css.map" -delete + #find "$DIST" -name "*.js.map" -delete # zip echo "zip files ..."