You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Grunt 0.4 is terrible about debugging tasks, since it only logs exception messages and throws away the stack. Adding --verbose --debug doesn't make a difference. Grunt should log the exception stacktrace by default, since an exception always is a fatal error, there's no point in hiding that behind options.