Copy source files to new destination and use that destination as new source
Automatically creates needed folders before proceeding. Ability to remove 'prefixes' from path>
return gulp.src(sourceFiles)
.pipe($.copy(outputPath, options));
prefix: integer, defining how many parts of the path (separated by /) should be ignored as they are prefixes