wiledal / gulp-include

Enables functionality similar to that of snockets / sprockets or other file insertion compilation tools.
158 stars 68 forks source link

Replace deprecated dependency gulp-util #84

Closed TheDancingCode closed 5 years ago

TheDancingCode commented 6 years ago

gulp-util has been deprecated recently. Continuing to use this dependency may prevent the use of your library with the latest release of Gulp 4 so it is important to replace gulp-util.

The README.md lists alternatives for all the components so a simple replacement should be enough.

Your package is popular but still relying on gulp-util, it would be good to publish a fixed version to npm as soon as possible.

See:

wiledal commented 5 years ago

Merged in 2.4.0 by @KenEucker