in gulpfile.js [213:218]
isEqual: function (v1, v2, options) { if (v1 === v2) { return options.fn(this); } return options.inverse(this); },