Answer the question
In order to leave comments, you need to log in
grunt. How to list all files in a folder and subfolders?
imagemin: {
images: {
files: [{
expand: true,
cwd: 'src/www/img',
src: ['*.{png,jpg,gif}'],
dest: 'src/www/img'
}]
},
}
Answer the question
In order to leave comments, you need to log in
in gulp it was like that. maybe src will work in grunt
: ['**/*.{png,jpg,gif}'],
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question