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

Is this support task that is not load from npm, but from grunt.task.registerTask(taskName, description, taskFunction)? #98

Open qingbolove opened 8 years ago

qingbolove commented 8 years ago

I use newer: before task name, but the output file still generated although I do not change any file in input

qingbolove commented 8 years ago

Another issue is that if I have a self-defined task, and in the task option I do not have a parameter 'src', then I could not use newer: before it??