gulp.task('build-images', function() {
  return gulp.src(paths.src.images)
    .pipe(gulp.dest(paths.dest.images))
});