mirror of
https://github.com/samsonjs/samhuri.net.git
synced 2026-04-27 14:57:40 +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
|
.bundle
|
||||||
node_modules
|
node_modules
|
||||||
public/feed.xml
|
|
||||||
www
|
www
|
||||||
server/auth.json
|
server/auth.json
|
||||||
server/test-blog*
|
server/test-blog*
|
||||||
|
|
|
||||||
|
|
@ -15,6 +15,9 @@ function main() {
|
||||||
rm -rf "$TARGET"
|
rm -rf "$TARGET"
|
||||||
"$HARP" compile . "$TARGET"
|
"$HARP" compile . "$TARGET"
|
||||||
|
|
||||||
|
# clean up temporary feed
|
||||||
|
rm public/feed.xml
|
||||||
|
|
||||||
echo "* munge html files to make them available without an extension"
|
echo "* munge html files to make them available without an extension"
|
||||||
munge_html
|
munge_html
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue