https://github.com/ravenclaw900/rerun_in_except
Rerun build script if files in a directory have changed, excluding listed ones
https://github.com/ravenclaw900/rerun_in_except
build rerun rust
Last synced: 11 months ago
JSON representation
Rerun build script if files in a directory have changed, excluding listed ones
- Host: GitHub
- URL: https://github.com/ravenclaw900/rerun_in_except
- Owner: ravenclaw900
- License: apache-2.0
- Created: 2022-07-27T19:16:03.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-27T20:09:04.000Z (almost 4 years ago)
- Last Synced: 2025-02-08T12:46:55.442Z (over 1 year ago)
- Topics: build, rerun, rust
- Language: Rust
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE_APACHE
Awesome Lists containing this project
README
# rerun_in_except
Lets you rerun a build script if files in a directory have changed, excluding specific ones that are listed.
Example:
```rust
println!("{}", rerun_in_except("./frontend", &["./frontend/node_modules", "./frontend/artifacts"]).unwrap())
```