knpwrs / gulp-cheerio

Manipulate HTML and XML files with Cheerio in Gulp.
MIT License
98 stars 13 forks source link

gul-util removal request #22

Open thomasfaller opened 5 years ago

thomasfaller commented 5 years ago

gutil.File => https://www.npmjs.com/package/vinyl gutil.replaceExtension => The .extname property on Vinyl objects or https://www.npmjs.com/package/replace-ext gutil.colors => https://www.npmjs.com/package/ansi-colors gutil.date => https://www.npmjs.com/package/date-format gutil.log => https://www.npmjs.com/package/fancy-log gutil.template => https://www.npmjs.com/package/lodash.template gutil.env => https://www.npmjs.com/package/minimist gutil.beep => https://www.npmjs.com/package/beeper gutil.noop => https://www.npmjs.com/package/through2 gutil.isStream => Use the .isStream() method on Vinyl objects gutil.isBuffer => Use the .isBuffer() method on Vinyl objects gutil.isNull => Use the .isNull() method on Vinyl objects gutil.linefeed => Use the string '\n' in your code gutil.combine => https://www.npmjs.com/package/multipipe gutil.buffer => https://www.npmjs.com/package/list-stream gutil.PluginError => https://www.npmjs.com/package/plugin-error

knpwrs commented 5 years ago

Sorry, I'm afraid I don't understand. What's the issue you're reporting?

caillou commented 5 years ago

@thomasfaller could you further elaborate on the problem, else I would recommend closing the issue.