How to prevent cache #876
Replies: 1 comment
-
|
I'm not sure you've provided enough context here for anyone to answer this question. I'm guessing you have another command running in the background that updates a tailwind CSS bundle? Once that's run you need to trigger the templ proxy to reload, because the templ proxy only knows about changes to the templ file: https://templ.guide/commands-and-tools/live-reload-with-other-tools/#example Specifically:
If it's some other problem, you'll need to provide a reproduction. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm on Windows 11
I'm using this command to watch changes
I'm also using tailwindcss sometimes if I use some for example new color lets say
bg-pink-400I must actually go in browser and press CTRL+F5 to it shows.I guess it because cache I'm not sure but can I somehow prevent cache or use any other solution?
Beta Was this translation helpful? Give feedback.
All reactions