Grunt watch performance

hi there,

when I save my files watching in “grunt dev” it completes compilation but it take arround 50 seconds each time. How can I reduce this slow process?

I’ve heard people complain it being slow at about 5 seconds, but at 50 there’s definitely something wrong. How fast does just the default bare grunt task take? Also suggest installing https://github.com/sindresorhus/time-grunt and seeing how it breaks things down.

thanks swalkinshaw,
it seems grunt is not the problem. Maybe a browser refresh delay. When I save files, grunt do the tasks in 998ms but changes only appearing at the browser after 5 or more page refresh and 50 secs. Is there any browser conflict between grunt and chrome?

Execution Time (2014-05-19 13:42:44 UTC)
loading tasks 295ms ▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 30%
jshint:all 56ms ▇▇▇ 6%
uglify:dist 642ms ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 64%
Total 998ms