-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Comments
There will be no collisions with existing flags. Do you want to open a PR with that change? |
Sure, I'll try to do that today. |
brian428
pushed a commit
to brian428/angular2-seed
that referenced
this issue
Mar 25, 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
* 'master' of https://github.com/mgechev/angular2-seed: #688 add --color flag to npm script calls to Gulp
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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?
The text was updated successfully, but these errors were encountered: