tschaub / grunt-newer

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

Deprecate the any-newer task #17

Closed tschaub closed 10 years ago

tschaub commented 10 years ago

The difference between newer and any-newer is confusing people. It should be possible to infer which behavior to use.

This can be accomplished with a single newer task. The any-newer task can be set as an alias for a while.