mirror of
https://github.com/samsonjs/samhuri.net.git
synced 2026-03-25 09:05:47 +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
|
||||
|
||||
echo "* harp compile $BLOG_DIR $TARGET"
|
||||
rm -rf "$TARGET"
|
||||
rm -rf "$TARGET/*" "$TARGET/.*"
|
||||
"$HARP" compile "$BLOG_DIR" "$TARGET"
|
||||
|
||||
# clean up temporary feed
|
||||
|
|
|
|||
Loading…
Reference in a new issue