phoenixframework / tailwind

An installer for tailwind
MIT License
473 stars 60 forks source link

Dangling tailwind watcher process #46

Closed toonmaterial closed 1 year ago

toonmaterial commented 2 years ago

Esbuild watcher process esbuild-darwin-arm64 will be terminated normally after mix phx.server stopped. While tailwind watcher process tailwind-macos-arm64 survived, and its parent process became null. I thought it is kind of unexpected.

Erlang/OTP 25 [erts-13.0.2] [source] [64-bit] [smp:8:8] [ds:8:8:10] [async-threads:1] [jit] [dtrace]

Elixir 1.13.4 (compiled with Erlang/OTP 24)

{:phoenix, "~> 1.6.10"}
natrys commented 1 year ago

Btw, this was fixed in tailwind v3.2.0 so can be closed