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

Replace chalk with gulp-util.color #4

Closed
stephenlacy opened this issue Jan 21, 2014 · 3 comments
Closed

Replace chalk with gulp-util.color #4

stephenlacy opened this issue Jan 21, 2014 · 3 comments

Comments

@stephenlacy
Copy link

gulp-util has an instance of chalk built in.
Removing require('chalk'), and replacing chalk.blue with gutil.colors.blue will keep it even with gulp's plugin style.

@sindresorhus
Copy link
Owner

lol, you don't realize, but gulp-util is using chalk ;)

I'm just being explicit as gulp-util is just a temporary measure to keep plugins adhering to our guidelines.

@stephenlacy
Copy link
Author

Yes, I know it is using chalk. That is Why I opened this.

@RehanSaeed
Copy link

gulp-util is being deprecated.

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

3 participants