narirou / gulp-develop-server

Development assistant for node.js server by gulp
MIT License
70 stars 11 forks source link

Colors in console #18

Open pronebird opened 9 years ago

pronebird commented 9 years ago

Hi,

When I run my script directly, I get nice colorful output in console, however when I run it with gulp-develop-server the output is standard without colors. Is it possible to proxy the original colorful output?

narirou commented 9 years ago

Hi, @pronebird. Sorry for being so late replying.

If using module chalk, it is able to add --color option to options.args.

narirou commented 9 years ago

I added it as default option, but I noticed it is better that users who use this module add individually. So I removed it as default option, and add codes to examples. thanks :)

mightydes commented 7 years ago

Doesn't work for me.