imagemin: {
images: {
files: [{
expand: true,
cwd: 'src/www/img',
src: ['*.{png,jpg,gif}'],
dest: 'src/www/img'
}]
},
}