mirror of
https://github.com/samsonjs/samhuri.net.git
synced 2026-03-25 09:05:47 +00:00
remove temporary feed after compilation
This commit is contained in:
parent
586206ac1a
commit
4a9b1b8db6
2 changed files with 3 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,6 +1,5 @@
|
|||
.bundle
|
||||
node_modules
|
||||
public/feed.xml
|
||||
www
|
||||
server/auth.json
|
||||
server/test-blog*
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue