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

Added callback and additional tasks functionality #48

Closed meinaart closed 9 years ago

meinaart commented 10 years ago

I have added callback and additional tasks functionality. Documentation: https://github.com/meinaart/grunt-newer/tree/callback-multiple

tschaub commented 10 years ago

I appreciate your work trying to make grunt-newer fit more use cases. I'll admit that my preference would be to not add additional functionality to the task - I think it is already complex enough. Can you describe a concrete use case for this? I want to make sure I'm not neglecting a broad use of cases that it might cover.