grunt-yslow
grunt-yslow copied to clipboard
Failed thresholds don't fail the task
Looks like done()
is always called without parameters, even in the case of a threshold not being hit. As such, the grunt task is always "successful". This means grunt-yslow isn't so useful in a CI setting where you'd want a build using grunt-yslow to fail.
Can I suggest the task should fail if there is a failing threshold?