D
D
Denis Bukreev2016-05-17 15:14:07
gulp.js
Denis Bukreev, 2016-05-17 15:14:07

How to exclude a file from processing in GULP?

Good day.
I have several files, one of them is processed in a special way, so a separate task has been created for it.
But it is in a shared folder with everyone, so another task is processed in the same way with everyone, which I don’t need.
How to exclude a file from processing?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Danila, 2016-05-17
@denisbookreev

gulp.src(['css/*.css', '!css/file.css'])

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question