slushjs / gulp-install

Automatically install npm and bower packages if package.json or bower.json is found in the gulp file stream respectively
MIT License
106 stars 46 forks source link

remove gutil and add compare ability #55

Open ksteckert opened 6 years ago

ksteckert commented 6 years ago

Replace gulp-util with specific modules since gulp-util is now depricated.

Creates temp directories that hold the last known version of the files, and compares them to the current version for changes. This action is tied to a new option: {compare: true}

TheDancingCode commented 6 years ago

There's already a PR to remove gulp-util in #53.