Answer the question
In order to leave comments, you need to log in
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
Try adding dot: true.
It should look something like this:
gulp.src(
['../templates/**/*.js',],
{
dot: true
}
)
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question