-
Notifications
You must be signed in to change notification settings - Fork 4.5k
tailwind watch mode not refreshing files in assets folder #17632
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@kuon Hey! Can you clarify what the issue is that you're seeing? I've been running your repro and it seems like whenever I do Screen.Recording.2025-04-11.at.13.46.17.mov |
Yes, on Linux the CLI does not pick up the change. I tried on two machines to be sure it wasn't specific to my workstation.
…--
Nicolas Goy
Developer & Engineer
|
It seems the reproduction is not 100% of the time. I am trying to find the conditions and I will give you an update. |
I updated the repo with some path modifications and now it does it 100% for me. |
Seems like it could be related to |
Yes, but it should at least watch itself (the css file) even with So I think there is some subtle bug somewhere. |
Yep! A bug somewhere 🐛 To be clear, I wasn't suggesting that it wasn't a bug. I was merely writing my findings in case it helps identify the root cause. |
What version of Tailwind CSS are you using?
v4.1.3
What build tool (or framework if it abstracts the build tool) are you using?
tailwind cli
What version of Node.js are you using?
v23.4.0
What browser are you using?
firefox
What operating system are you using?
linux
Reproduction URL
https://github.com/kuon/bug-tailwind
Describe your issue
The watch does not work for files located in the "assets" folder.
I think this is the same issue.
The text was updated successfully, but these errors were encountered: