FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

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

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

Description

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


Back | FazBrowse Home | New Git URL