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

How can efficiency be measured? #20

Closed kud closed 10 years ago

kud commented 10 years ago

Hello,

I've tried the task, newer is started well but I don't see any optimisation about my compilation time, normal?

tschaub commented 10 years ago

The efficiency you gain depends on your particular Grunt configuration and workflow. If you are interested in monitoring task run times, I'd suggest trying out grunt-time.

If you have a specific question about how the newer task works in conjunction with another task, it would be good to post your Grunt configuration.

kud commented 10 years ago

Alright, thank you @tschaub, I'll will try a bit more ;)

Have a good day!