From a4b7e1ce84027512526bd0ef5d7cb0e76aa7df85 Mon Sep 17 00:00:00 2001 From: GoEdgeLab 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 ..."