tschaub / gulp-newer

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

Resolved #41 and bumped patch version #45

Closed andrewodri closed 8 years ago

andrewodri commented 8 years ago

It seems issue #41 was caused by all files being buffered on the existence of options.extra, which was overriding the logic in Newer.prototype._transform.

The version in package.json was bumped from 1.2.0 to 1.2.1.

The patch allows options.extra to function as expected. All tests are passing. Feel free to chop out the contribution in package.json if you don't like it as well.

If the npm package could be updated with this ASAP, that would be fantastic.

tschaub commented 8 years ago

I pulled your fix in as part of #47 and published gulp-newer@1.3.0 (I wanted to get in a fix for running tests on Node 6 as well).