Gulp-sass: Drop dependency on deprecated `gulp-util`

Created on 28 Dec 2017  路  5Comments  路  Source: dlmanning/gulp-sass

Hi,
gulp-util is deprecated. It should be replaced by dependencies on the individual components used by gulp-eslint. The README lists alternatives for the different components.

See https://github.com/gulpjs/gulp/issues/2065

Most helpful comment

gulpjs recommend using ansi-colors instead of chalk. I tried it on, it works good and passes all test.

All 5 comments

gulpjs recommend using ansi-colors instead of chalk. I tried it on, it works good and passes all test.

chalk could still be used w/o any much problem i guess, it's gutil.colors from gulp-util that's deprecated

Can someone please release this, thanks!

Please release!!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

arontsang picture arontsang  路  5Comments

simon-tma picture simon-tma  路  4Comments

EpicOkapi picture EpicOkapi  路  5Comments

sstikkel picture sstikkel  路  8Comments

JamesVanWaza picture JamesVanWaza  路  4Comments