mirror of
https://github.com/samsonjs/samhuri.net.git
synced 2026-04-27 14:57:40 +00:00
don’t clobber the output directory when compiling (for dev)
This commit is contained in:
parent
09d7f9043f
commit
800ebe73f8
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ function main() {
|
||||||
compile_rss
|
compile_rss
|
||||||
|
|
||||||
echo "* harp compile $BLOG_DIR $TARGET"
|
echo "* harp compile $BLOG_DIR $TARGET"
|
||||||
rm -rf "$TARGET"
|
rm -rf "$TARGET/*" "$TARGET/.*"
|
||||||
"$HARP" compile "$BLOG_DIR" "$TARGET"
|
"$HARP" compile "$BLOG_DIR" "$TARGET"
|
||||||
|
|
||||||
# clean up temporary feed
|
# clean up temporary feed
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue