Display stats for Gulp tasks
$ npm install --save-dev gulp-stats
Add to your gulpfile.js
before the task(s) you wish to log and pass in the instance of Gulp.
// gulpfile.js
var gulp = require('gulp');
// Use gulp-stats
require('gulp-stats')(gulp);
// ... Tasks ...
MIT © Mike Simmonds