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 ..."