force run build.rs
This commit is contained in:
parent
704f8bf2b4
commit
1d1b9e650f
1 changed files with 1 additions and 0 deletions
1
build.rs
1
build.rs
|
@ -48,6 +48,7 @@ fn cache_bust() {
|
|||
// mime::TEXT_CSS,
|
||||
// ];
|
||||
|
||||
println!("cargo:rerun-if-changed=static/cache");
|
||||
let no_hash = vec![NoHashCategory::FileExtentions(vec!["wasm"])];
|
||||
|
||||
let config = BusterBuilder::default()
|
||||
|
|
Loading…
Reference in a new issue