CLI watch mode doesn't watch the input file? #15944
Unanswered
kevinrenskers
asked this question in
Help
Replies: 1 comment
-
I have the same problem :/ but when i install tailwindcss 4 on other location e.g. on local disc - not server, then everything works as it should |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using TailwindCSS V4 using its CLI, with the following command:
My input.css file starts like this:
Whenever I change any classes in any of my HTML templates, the CLI rebuilds the output.css file as expected. However, when I make a change in input.css itself, that change isn't picked up at all. I have to manually restart the CLI to rebuild the CSS.
Is this expected? Is it because of the
source
config in my input file?Beta Was this translation helpful? Give feedback.
All reactions