gulp-util icon indicating copy to clipboard operation
gulp-util copied to clipboard

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

Results 2 gulp-util issues
Sort by recently updated
recently updated
newest added

please add some more helpful replacement pointers to the README. for example, `noop` points to `through2` as a replacement, but it doesn't mention how to use through2 to do this...

`gulp-util.log` checks for `hasGulplog` on module initialization and if present, defers logging to `gulplog.info`, which in turn will eat any messages below `error` (I believe) unless there is explicitly an...