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

Why does it take so long, ~3 secs more than the native method? #51

Closed laggingreflex closed 10 years ago

laggingreflex commented 10 years ago

Compared to this solution, grunt-newer has an overhead of ~3 seconds. Very unworthy if it takes 3.7 seconds to do a 0.7 second task (actual experience).

laggingreflex commented 10 years ago

Nevermind, must've been something wrong at my end. Works under 0.7 sec now..