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 support for grunt-newer to plugins that do not adhere to Grunt standards #47

Closed meinaart closed 9 years ago

meinaart commented 10 years ago

Added support for grunt-newer to plugins that do not adhere to Grunt standards, best example of this is grunt-spritesmith. The alternative grunt-spritely is not actively maintained and does not support all grunt-spritesmith's features.

Can also be used for other plugins that have a custom output declaration scheme.

Documentation, package.json and tests are updated to reflect my changes.

meinaart commented 10 years ago

Can someone please take a look at this? Preferably @tschaub :)

meinaart commented 10 years ago

See the documentation here: https://github.com/meinaart/grunt-newer/tree/newer-option

tschaub commented 9 years ago

I appreciate the work you've put into this @meinaart. However, I'd like to avoid adding configuration options to other tasks.