-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Closed
Labels
Description
I recenlty update msysgit (windows version of git) from version 1.9.5 to 2.5.3. This updated the terminal it brings along (git-bash) to "GNU bash, version 4.3.42(2)-release (x86_64-pc-msys)".
I since then lost all colors from Gulp output.
Using --color as a parameter brings color back.
I assume something have changed on the way git-bash exposes its color support, and Gulp detection is not finding out the correct answer anymore.
I don't know how color support detection works in Gulp, but I can say that $TERM is exposing "xterm-256", which should be enough to assume color support.
Reactions are currently unavailable