From 1d1b9e650f8032486fe2de30d411454c35ac25f8 Mon Sep 17 00:00:00 2001 From: realaravinth Date: Sun, 11 Jul 2021 21:00:51 +0530 Subject: [PATCH] force run build.rs --- build.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/build.rs b/build.rs index 95565aa6..f546c8b6 100644 --- a/build.rs +++ b/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()