function()

in gulpfile.js [372:379]


      function(err, response) {
        // Abort if the commit could not be found
        if (err) {
          dfd.reject(err);
        }
        // Set the date from this information and resolve
        dfd.resolve(Date.parse(response.body.tagger.date));
      }