We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a977712 commit 6429218Copy full SHA for 6429218
1 file changed
config/grunt/imagemin.js
@@ -5,7 +5,10 @@ module.exports = {
5
{
6
expand: true,
7
cwd: 'images/src/',
8
- src: [ '*.*' ],
+ src: [
9
+ '*',
10
+ '**/*'
11
+ ],
12
dest: 'images/'
13
}
14
]
0 commit comments