From 4a9b1b8db6d6729db05de17476046f6a9c8c4354 Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Sat, 28 Mar 2015 23:11:56 -0700 Subject: [PATCH] remove temporary feed after compilation --- .gitignore | 1 - bin/compile.sh | 3 +++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 57a5fdd..ffcaf8d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,5 @@ .bundle node_modules -public/feed.xml www server/auth.json server/test-blog* diff --git a/bin/compile.sh b/bin/compile.sh index 1583ecc..67a99ac 100755 --- a/bin/compile.sh +++ b/bin/compile.sh @@ -15,6 +15,9 @@ function main() { rm -rf "$TARGET" "$HARP" compile . "$TARGET" + # clean up temporary feed + rm public/feed.xml + echo "* munge html files to make them available without an extension" munge_html