bugfix
This commit is contained in:
parent
6776dbde79
commit
bb8d39adea
@ -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 ..."
|
||||
|
Loading…
Reference in New Issue
Block a user