tschaub / grunt-newer

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

Added detail.config as override function parameter #115

Open ddosoff opened 7 years ago

ddosoff commented 7 years ago

Now you can specify additional dependencies for target.

For example:

{ less: { mytarget: { ... deps: ['Gruntfile.js'] } } }

And check it with override function. See README example.