tschaub / grunt-newer

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

Not works with grunt-contrib-compress #72

Open fitiskin opened 9 years ago

fitiskin commented 9 years ago

I'm trying to use it with grunt-contrib-compress like this:

grunt.registerTask('default', [
    'test',
    'build',
    'newer:compress' // this
]);

Is it available? Working fine without newer.