Add CSS to watchexec extensions
This commit is contained in:
parent
70bdba50c8
commit
8649169bae
1 changed files with 1 additions and 1 deletions
|
|
@ -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`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue