From 8649169baee858fc4b4d3634c8e54400c89eaf04 Mon Sep 17 00:00:00 2001 From: jutty Date: Thu, 4 Jun 2026 10:28:13 -0300 Subject: [PATCH] Add CSS to watchexec extensions --- .justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.justfile b/.justfile index 04f6321..28649d6 100644 --- a/.justfile +++ b/.justfile @@ -468,7 +468,7 @@ default_target := musl_target debug_vars := 'DEBUG=${DEBUG:-} DEBUG_FILTER=${DEBUG_FILTER:-} RUST_BACKTRACE=${RUST_BACKTRACE:-} RUSTFLAGS=${RUSTFLAGS:-}' just_cmd := 'just --timestamp --explain --command-color green' just_cmd_no_ts := 'just --explain --command-color green' -watch_cmd := "watchexec -qc -r -e rs,toml,html --color always -- " +watch_cmd := "watchexec -qc -r -e rs,toml,html,css --color always -- " cover_cmd := 'cargo llvm-cov --color always --ignore-filename-regex "main\.rs|log\.rs"' last_tag := `git tag --sort=-creatordate | head -1 | tr -d v`