Closed TimoStaudinger closed 8 years ago
Unfortunately, those log outputs are default by Gulp, and until now there's no way to change them. They're planning to add this functionality at gulpjs/gulp-cli#63, but they haven't gone through with it yet.
I suggest changing the base color scheme of your PowerShell window, or using an alternate console like ConEmu or Cmder.
In the default setting of Powershell,
gutils.log
entries that are colored in magenta usinggutils.colors.magenta()
are practically invisible as the font color nearly matches the background color.This is a known issue with the library
chalk
that is used internally bygulp-utils
: https://github.com/chalk/chalk/issues/2To resolve this, I suggest to change the output color from magenta to cyan on all instances.
Any thoughts on this?