tschaub / grunt-newer

Configure Grunt tasks to run with newer files only.
https://npmjs.org/package/grunt-newer
MIT License
945 stars 61 forks source link

Add option to ignore small modification time differences #94

Closed jorrit closed 8 years ago

jorrit commented 8 years ago

With the new tolerance option small differences in modification times between the source and destination files can be ignored.

Fixes #86

jorrit commented 8 years ago

@tschaub anything I can improve to this PR? Personally I was thinking about the default value for tolerance. 1000 ms seems to cover a lot of cases.

tschaub commented 8 years ago

Thanks for the work on this @jorrit. This looks like a nice solution.