Gulp Pretty Diff
This plugin provides a simple interface for Gulp to transform files with Pretty Diff. You can pass any option supported by the Pretty Diff API as a property to the options object, except for source
which is automatically converted from the stream into a UTF-8 string for you.
var gulp = ;var gulpPrettyDiff = ; gulp
NOTE: Pretty Diff itself does not support streaming. This plugin just consumes a Vinyl stream, passes its file objects through Pretty Diff and then returns a stream.