Replies: 1 comment 2 replies
-
This can be a problem, as traditionally purge will not rescan your files. So it's recommended that development is done with it off and then enabling it only for production/deployment. You can add your templates to the tailwind purger if you're using that instead of an external tool. Perhaps I misunderstand your issue, it would be helpful to know what you're currently doing and what you're trying to achieve and what tools you're using. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi! I'm using the default Postcss watch command to compile and purge even in development to avoid missing selectors in production.
Is there any way to not only watch
.css
files for changes, but also re-compile when any.html
files change?Beta Was this translation helpful? Give feedback.
All reactions