You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whenever I update the app/assets/stylesheets/application.tailwind.css file, the corresponding output file at app/assets/builds/tailwind.css does not update.
The process seems to be doing something:
But the changes are not being picked up. Notice the execution time on the watcher vs the updated timestamps on the file:
The only way to get this to work is to delete the file, stop the watcher (i.e. bin/dev in a rails app) and run the watcher again.
I created an app to try out the new setup and experiment on Tailwind v4. The only notable thing about it is that I removed the tailwind.config.js file since it's not supposed to be needed in Tailwind v4. I tried adding it back and that did not resolve the issue.