From 00749f806c56f41f5b51a6f632b23c9a5a7cdf36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E7=A5=A5=E8=B6=85?= Date: Sat, 25 Sep 2021 19:57:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E7=BC=96=E8=AF=91=E8=84=9A?= =?UTF-8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build/build.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build/build.sh b/build/build.sh index 64853b15..8b0e37ec 100755 --- a/build/build.sh +++ b/build/build.sh @@ -65,6 +65,8 @@ function build() { # delete hidden files find $DIST -name ".DS_Store" -delete find $DIST -name ".gitignore" -delete + find $DIST -name "*.less" -delete + find $DIST -name "*.css.map" -delete # zip echo "zip files ..."