Replies: 1 comment 1 reply
-
Hey! Here: #462 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey there,
is there any reason why CLI rebuilding messages are produced with
console.error
instead ofconsole.log
. Seetailwindcss/src/cli.js
Line 688 in 122fb89
I was a bit surprised when I ran into https://stackoverflow.com/questions/72053925/how-to-run-a-command-after-tailwind-jit-compiler-ran-a-build-in-watch-mode because I expected
Rebuilding...
to be typical standard output.Beta Was this translation helpful? Give feedback.
All reactions