Skip to content

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

Description

@ynakanishi

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

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

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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