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

new compare flag, only run if file has changed #54

Closed ksteckert closed 6 years ago

ksteckert commented 6 years ago

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}