tschaub / gulp-newer

Pass through newer source files only
https://npmjs.org/package/gulp-newer
226 stars 24 forks source link

Allow dest config to be omitted when map is provided #27

Closed tschaub closed 8 years ago

tschaub commented 8 years ago

This allows people to omit the dest config if they provide a map function.

This is a very slightly reworked version of the change proposed in #26 by @rogierschouten.

Fixes #25.