in gulpfile.js [60:63]
function build() { return gulp.src(sourcePaths.copyFiles, { base: "." }) .pipe(gulp.dest(buildDirectory)); }