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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
here's my
site.css
here's the file structure
here's the npm script to run the watcher
npx @tailwindcss/cli -i ./src/css/site.css -o ./wwwroot/dist/css/main.css --watch
while i'm making changes to
site.css
, i don't see the cli rebuilds and i've confirmed the output css file doesn't update.what could i miss out please?
could it be those
@source
configs or something else please?** by the way,
npx @tailwindcss/cli -i ./src/css/site.css -o ./wwwroot/dist/css/main.css
works well.i've just now created a minimum project and the CLI also doesn't watch the changes.
https://github.com/iannn-nv/tailwind-4-watcher-investigation/tree/main
what could be missed out by me?
UPDATE: the two commands work normally on macOS. so it could be something to do with Windows or particular the Windows that I'm using...
Beta Was this translation helpful? Give feedback.
All reactions