Hi hi! I have an oddly-specific use case that takes into account source files' naming conventions, and I realized and they weren't being caught by gulp-newer because it checks mtimes. I figured this use case is pretty rare, but having a ctime option might be useful to other people.
Added the ctime option with docs, and duplicated a bunch of the tests (there might be a better way to go about that, please let me know) to make sure all of the existing functionality works with both mtime and ctime checking.
Hi hi! I have an oddly-specific use case that takes into account source files' naming conventions, and I realized and they weren't being caught by
gulp-newer
because it checksmtimes
. I figured this use case is pretty rare, but having actime
option might be useful to other people.Added the
ctime
option with docs, and duplicated a bunch of the tests (there might be a better way to go about that, please let me know) to make sure all of the existing functionality works with bothmtime
andctime
checking.