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

Allow configurable logger #5

Closed jacobthemyth closed 9 years ago

jacobthemyth commented 9 years ago

This fixes #4 by allowing the configuration of the logger function via the options. I didn't add unit tests, but the current tests are still passing. If this is something you think is worth using, and you want it unit tested before merging, just let me know.

setthase commented 9 years ago

What is status of this PR?

joakimbeng commented 9 years ago

Great, thanks!