slushjs / slush

The streaming scaffolding system - Gulp as a replacement for Yeoman
http://slushjs.github.io/generators
MIT License
1.24k stars 58 forks source link

Remove deprecated module gulp-util #61

Closed stephenlacy closed 6 years ago

stephenlacy commented 6 years ago

It seems that gulp-util is only used for the log function in slush, currently gulp-util is deprecated with the upcoming release of gulp 4. https://github.com/gulpjs/gulp-util/issues/143

Want me to send a PR to replace gulp-util.log with pretty-log?