Easier way to debug file scanner #17890
jlarmstrongiv
started this conversation in
Ideas
Replies: 1 comment
-
Hey! We merged some changes that will improve the debugability of the scanner. #17906 Essentially, once we release this in the next version, you could use |
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
-
Currently, to debug the file scanner, @wongjn provided these helpful instructions:
It would be great to toggle a debug log
${time} ${filePath}
using an environment variable or tailwindcss config setting.The scanner will never be perfect for every project, and there are many common problems:
Providing debug information will make it easier for everyone to debug these issues on their projects and contribute fixes back to tailwindcss.
Some users have issues compiling the rust builds, and improving it will make reporting bugs with simple reproductions faster, easier, and less burdensome for users and maintainers alike.
Just a cursory search shows that there are many people running into this issue:
tailwindcss
and@tailwindcss/vite
packages don't compile DaisyUI styles in Nuxt 3 Layers architecture #17648Beta Was this translation helpful? Give feedback.
All reactions