Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add --color to Gulp tasks? #688

Closed
brian428 opened this issue Mar 25, 2016 · 3 comments
Closed

Add --color to Gulp tasks? #688

brian428 opened this issue Mar 25, 2016 · 3 comments

Comments

@brian428
Copy link
Contributor

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?

@mgechev
Copy link
Owner

mgechev commented Mar 25, 2016

There will be no collisions with existing flags. Do you want to open a PR with that change?

@brian428
Copy link
Contributor Author

Sure, I'll try to do that today.

brian428 pushed a commit to brian428/angular2-seed that referenced this issue Mar 25, 2016
@mgechev
Copy link
Owner

mgechev commented Mar 27, 2016

@brian428 I added a wiki page here. Feel free to modify it if it doesn't sound good to you.

@mgechev mgechev closed this as completed Mar 27, 2016
mgechev added a commit that referenced this issue Mar 29, 2016
#688 add --color flag to npm script calls to Gulp
mgechev added a commit that referenced this issue Mar 29, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants