From bb8d39adeaf5d20e0c6170624d2f40745ee50f04 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Fri, 1 Mar 2024 15:52:49 +0800 Subject: [PATCH] bugfix --- bricks/build.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bricks/build.sh b/bricks/build.sh index 73d7d3f..b43d890 100755 --- a/bricks/build.sh +++ b/bricks/build.sh @@ -17,7 +17,6 @@ if [ ! -d ../dist/3parties ];then rm -rf ../dist/3parties mkdir ../dist/3parties fi -if [ ! -d ../dist/docs ];then if [ ! -d ../dist/examples ];then rm -rf ../dist/examples mkdir ../dist/examples @@ -30,10 +29,10 @@ if [ ! -d ../dist/imgs ];then rm -rf ../dist/imgs mkdir ../dist/imgs fi - cp -a css/* ../dist/css cp -a imgs/* ../dist/imgs cp -a ../examples/* ../dist/examples cp -a ../3parties/* ../dist/3parties cp -a ../docs/* ../dist/docs cp *.tmpl ../dist +echo "Finished ..."