gulp.task('images', function() {
  var dest = './public/img';

  return gulp.src('./lib/img/**/*')
    .pipe(newer(dest)) // Ignore unchanged files