From 10736db63ad6d99e6cdce41920aa10dbeab02129 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Mon, 19 Jan 2026 00:15:57 +0100 Subject: a --- ui/client-style/build.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui') diff --git a/ui/client-style/build.rs b/ui/client-style/build.rs index 8cf1404..c5bdf78 100644 --- a/ui/client-style/build.rs +++ b/ui/client-style/build.rs @@ -11,7 +11,7 @@ use std::{ fn main() { println!("cargo:rerun-if-changed=build.rs"); let mut out = String::new(); - for file in glob::glob("src/**/*.ts").unwrap().map(Result::unwrap) { + for file in glob::glob("src/**/*.css").unwrap().map(Result::unwrap) { println!("cargo:rerun-if-changed={}", file.to_str().unwrap()); out += &read_to_string(file).unwrap(); } -- cgit v1.3