force run build.rs

This commit is contained in:
realaravinth
2021-07-11 21:00:51 +05:30
parent 704f8bf2b4
commit 1d1b9e650f

View File

@@ -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()