aboutsummaryrefslogtreecommitdiffstats
path: root/build.rs
diff options
context:
space:
mode:
Diffstat (limited to 'build.rs')
-rw-r--r--build.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.rs b/build.rs
index f875b2b..fdc9ce7 100644
--- a/build.rs
+++ b/build.rs
@@ -1,5 +1,5 @@
fn main() {
- println!("cargo:rerun-if-changed=templates/");
+ println!("cargo:rerun-if-changed=templates/*");
let dir: String = std::env::var("CARGO_MANIFEST_DIR").unwrap();
let input = format!("{dir}/style.css");