From 800ebe73f8b660f2ac9715ad2d71022ff6c7c13a Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Sat, 9 May 2015 16:19:22 -0700 Subject: [PATCH] =?UTF-8?q?don=E2=80=99t=20clobber=20the=20output=20direct?= =?UTF-8?q?ory=20when=20compiling=20(for=20dev)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/compile.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/compile.sh b/bin/compile.sh index 0f49363..5fd7021 100755 --- a/bin/compile.sh +++ b/bin/compile.sh @@ -13,7 +13,7 @@ function main() { compile_rss echo "* harp compile $BLOG_DIR $TARGET" - rm -rf "$TARGET" + rm -rf "$TARGET/*" "$TARGET/.*" "$HARP" compile "$BLOG_DIR" "$TARGET" # clean up temporary feed