remove temporary feed after compilation

This commit is contained in:
Sami Samhuri 2015-03-28 23:11:56 -07:00
parent 586206ac1a
commit 4a9b1b8db6
2 changed files with 3 additions and 1 deletions

1
.gitignore vendored
View file

@ -1,6 +1,5 @@
.bundle
node_modules
public/feed.xml
www
server/auth.json
server/test-blog*

View file

@ -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