Monorepo for Tangled tangled.org

flake: Use --watch=always for Tailwind watcher #574

merged opened by isaaccorbrey.com targeting master from isaaccorbrey.com/core: icorbrey/push-vxyyvktxlnoy

This forces the watcher to stay alive when running non-interactively (e.g. when run from within Tilt).

Signed-off-by: Isaac Corbrey icorbrey@gmail.com

Labels

None yet.

assignee

None yet.

Participants 2
AT URI
at://did:plc:zviscnpwyvj6y32agi5davn5/sh.tangled.repo.pull/3lyjmdhl7ar22
+1 -1
Diff #1
+1 -1
flake.nix
··· 187 187 tailwind-watcher = 188 188 pkgs.writeShellScriptBin "run" 189 189 '' 190 - ${pkgs.tailwindcss}/bin/tailwindcss -w -i input.css -o ./appview/pages/static/tw.css 190 + ${pkgs.tailwindcss}/bin/tailwindcss --watch=always -i input.css -o ./appview/pages/static/tw.css 191 191 ''; 192 192 in { 193 193 fmt = {

History

2 rounds 1 comment
sign up or login to add to the discussion
1 commit
expand
flake.nix: Use --watch=always for Tailwind watcher
expand 0 comments
pull request successfully merged
1 commit
expand
flake: Use --watch=always for Tailwind watcher
expand 1 comment

If you could reauthor the commit to read "flake.nix: ..." (lowercased), we should be good to merge!