P
P
PaveDUrov2016-07-05 17:36:23
gulp.js
PaveDUrov, 2016-07-05 17:36:23

How to make Gulp not ignore folders that start with a dot?

How to make Gulp not ignore folders that start with a dot?
Unfortunately I can't rename the folder

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Alexey Klimov, 2018-11-15
@klimjr

Try adding dot: true.
It should look something like this:

gulp.src(
        ['../templates/**/*.js',],
        {
            dot: true
        }
    )

D
Denis Frolov, 2019-03-12
@Denfrolov86

'**/.**/*.php' I got it like this

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question