diff --git a/deploy.sh b/deploy.sh index 64d3de0..71610f1 100644 --- a/deploy.sh +++ b/deploy.sh @@ -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"