From 7d774e6f6a7e779e2824a87e403b7a2fb5e3ad59 Mon Sep 17 00:00:00 2001 From: Manuel Friedli Date: Mon, 27 Jun 2016 01:12:12 +0200 Subject: [PATCH] also relete hidden files and directories --- deploy.sh | 1 + 1 file changed, 1 insertion(+) 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"