also relete hidden files and directories
This commit is contained in:
parent
f6a24858d0
commit
7d774e6f6a
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ esac
|
|||
|
||||
echo "Dest: '${destination}'"
|
||||
rm -rf "${destination}/*"
|
||||
rm -rf "${destination}/.??*"
|
||||
mkdir -p "${destination}/dist"
|
||||
cp -a index.html manifest.appcache info resources "${destination}"
|
||||
cp -a dist/*.min.* "${destination}/dist"
|
||||
|
|
Loading…
Reference in a new issue