Skip to content

grunt pdfやgrunt htmlで意図せずファイルが消される事故が起きやすい #59

@ynakanishi

Description

@ynakanishi

clean処理が以下のようになっているためです。

return "git clean -x -f && rm -rf articles/book-pdf";

git cleanはgrunt htmlの出力結果をクリーンしたいということであれば、git cleanではなく、htmlファイルだけを削除するようにした方が良いのではないでしょうか。

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions