J
J
JastaFly2020-02-26 12:43:59
gulp.js
JastaFly, 2020-02-26 12:43:59

Exclude folder from Gulp build?

Good day to all! It is necessary that the scss folder is not in build, but this code does not work and the folder is still copied:

gulp.task('copy', function (done) {
    gulp.src(["../src/**", "!../src/scss/**/*"])
        .pipe(gulp.dest("../build/"));

    done();
});

Tell me what's wrong??!

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question