gulp.task('photoswipe-icons', function() {

  return gulp.src(config.photoswipeicons.src)
    .pipe(changed(config.photoswipeicons.dest)) // Ignore unchanged files
    .pipe(gulp.dest(config.photoswipeicons.dest))