-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Description
I'm not sure if this would cause any problems, but I was wondering if you'd consider adding the --color flag to the Gulp tasks called from the npm scripts?
E.g. instead of this:
"build.dev.watch": "gulp build.dev.watch",
It would be:
"build.dev.watch": "gulp build.dev.watch --color",
This way, you always see the color-formatted output. In my experience, without this, you don't see colors in the console output when running the command from within something like IntelliJ IDEA.
Obviously, this is minor. But if you don't think it would cause problems, it might be nice to include?
Metadata
Metadata
Assignees
Labels
No labels