Skip to content

Commit 6429218

Browse files
committed
Improved imagemin config
1 parent a977712 commit 6429218

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

config/grunt/imagemin.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@ module.exports = {
55
{
66
expand: true,
77
cwd: 'images/src/',
8-
src: [ '*.*' ],
8+
src: [
9+
'*',
10+
'**/*'
11+
],
912
dest: 'images/'
1013
}
1114
]

0 commit comments

Comments
 (0)