Skip to content

Commit 6e50b42

Browse files
GuillaumeGomezJoshua Nelson
authored andcommitted
Add missing file in rerun-if-changed
1 parent 71ac920 commit 6e50b42

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ fn main() {
99
println!("cargo:rerun-if-changed=templates/style/_vars.scss");
1010
println!("cargo:rerun-if-changed=templates/style/_utils.scss");
1111
println!("cargo:rerun-if-changed=templates/style/_navbar.scss");
12+
println!("cargo:rerun-if-changed=templates/style/_themes.scss");
1213
println!("cargo:rerun-if-changed=vendor/");
1314
// TODO: are these right?
1415
println!("cargo:rerun-if-changed=.git/HEAD");

0 commit comments

Comments
 (0)