gulpjs / gulp-util

[deprecated] - See https://medium.com/gulpjs/gulp-util-ca3b1f9f9ac5

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is gutil.combine deprecated?

callumacrae opened this issue · comments

It seems to be undocumented (and I remember that it used to be), but it doesn't look very deprecated—nothing is saying to not use it, it just isn't documented.

Everything here is deprecated. Just not officially as not all the things have been extracted out into modules yet.

Just use multipipe directly: https://github.com/juliangruber/multipipe

Fair enough—that makes sense.

How do you separate something like gutil.log into a module though? A really really tiny module, or will it be moved into gulp itself?

The plan is a better logger. See open issue.