https://github.com/nonnorm/rerun_in_except
Rerun build script if files in a directory have changed, excluding listed ones
https://github.com/nonnorm/rerun_in_except
build rerun rust
Last synced: 25 days ago
JSON representation
Rerun build script if files in a directory have changed, excluding listed ones
- Host: GitHub
- URL: https://github.com/nonnorm/rerun_in_except
- Owner: nonnorm
- 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-12-29T08:01:29.017Z (6 months ago)
- Topics: build, rerun, rust
- Language: Rust
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- 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())
```