Grunt Newer Versions Save

Configure Grunt tasks to run with newer files only.

v1.1.0

9 years ago
  • Write current time to timestamp file (thanks @malys, see #69)

v1.0.0

9 years ago

This release doesn't include any API breaking changes, so upgrades should be trouble free. All the rest of the 1.x releases will remain backwards compatible.

  • Document that grunt-newer works with grunt-spritesmith >= 3.1.0 (thanks @danez, see #66)
  • Support for an empty list of source files (thanks @ruslansagitov, see #62)

v0.8.0

9 years ago
  • Support for a single source file that matches the dest file (thanks @btholt, see #42 and #62)
  • Avoid unhandled error when task is aliased (see #61)

v0.7.0

9 years ago
  • Support for override option. In cases where a src file should be included even if it has not been modified (e.g. a LESS file whose imports have been modified), the override option can be used (see #35)

v0.6.1

10 years ago
  • When src and dest files are the same, the previous run time is considered (see #24)

v0.5.0

10 years ago
  • Compare src file modification times to dest files if present (see #2)

v0.5.1

10 years ago
  • Filter out file objects with no remaining src files (see #6)

v0.5.2

10 years ago
  • Fix use of any-newer on task with multiple targets (thanks @royriojas, see #7)

v0.5.3

10 years ago
  • Add newer-reconfigure to properly reset task configuration (see #8)

v0.5.4

10 years ago
  • Correctly handle cases where dest file is not present (thanks @royriojas, see #11)