3 releases
0.1.2 | Jul 27, 2022 |
---|---|
0.1.1 | Jul 27, 2022 |
0.1.0 | Jul 27, 2022 |
#453 in Build Utils
7KB
51 lines
rerun_in_except
Lets you rerun a build script if files in a directory have changed, excluding specific ones that are listed.
Example:
println!("{}", rerun_in_except("./frontend", &["./frontend/node_modules", "./frontend/artifacts"]).unwrap())
lib.rs
:
This library lets you rerun a build script if files in a directory have changed, excluding specific ones that are listed