slushjs / gulp-conflict

Check if files in stream conflict with those in target dir, with option to use new, keep old, show diff, etc.
MIT License
22 stars 12 forks source link

Add skipAll and replaceAll option #1

Closed brettstack closed 10 years ago

brettstack commented 10 years ago

Allows you to pass { skipAll: true } or { replaceAll: true } so that it will skip/replace all conflicts without prompting.

joakimbeng commented 10 years ago

@breandr thanks! I fixed the failing test for you..

brettstack commented 10 years ago

Sorry, I intended on fixing that test but I forgot about it. Thanks for fixing and merging