vigetlabs / blendid

A delicious blend of gulp tasks combined into a configurable asset pipeline and static site builder
MIT License
4.97k stars 683 forks source link

drop gulp-util dependency #516

Closed olets closed 6 years ago

olets commented 6 years ago

gulp-util is now deprecated. All of its features have been broken out into standalone plugins, which should be used in place of gulp-util.

Documentation for how to transition is at https://github.com/gulpjs/gulp-util

dillonbailey commented 6 years ago

@olets I've just taken the time this morning to remove gulp-util and replace where necessary with the recommended packages from https://medium.com/gulpjs/gulp-util-ca3b1f9f9ac5

Will create a pull request if you wanted to include before 5.0