gruntjs / grunt-contrib-watch

Run tasks whenever watched files change.
http://gruntjs.com/
MIT License
1.98k stars 356 forks source link

Update devDependencies. #500

Closed XhmikosR closed 8 years ago

vladikoff commented 8 years ago

Hm all ci exploded 🐊

XhmikosR commented 8 years ago

Yeah, in the nospawn test :/

Is there any related change in grunt 1.x?

XhmikosR commented 8 years ago

@vladikoff @shama: any ideas why the nospawn tests fail with the new grunt?

shama commented 8 years ago

The tests are failing here because the test helper this task uses has timing issues. So it's not specifically because of grunt 1.0.1 but the slight changes in timing breaks that test. It's been on my list to replace that test helper but I want to propose standalone tasks that can be tested more directly. Then this bad test helper can be removed.

I'm fine to remove this and walk around the timing issue in the meantime though. Thanks @XhmikosR!