Skip to content

Add --color to Gulp tasks? #688

@brian428

Description

@brian428

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions