Closed
Description
Original cause: bozaro/lz4-rs#21
Root cause:
- I use skeptic for file
README.md
- Skeptic generate some code and tell to cargo:
cargo:rerun-if-changed=README.md
cargo:rerun-if-changed=README.md.skt.md
- File
README.md.skt.md
is not presend in my project and cargo always rerun build.
I would expect that the restart will only happen if README.md.skt.md
file appears.
Unfortunatelly, adding check for file exists in Skeptic
is incorrect, because it should rerun if file appears at some time.
Metadata
Metadata
Assignees
Labels
No labels