Skip to content

Commit

Permalink
Fix imagemin task in gruntfile
Browse files Browse the repository at this point in the history
  • Loading branch information
javasteve99 committed Mar 8, 2014
1 parent 572cb1b commit eba1211
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gruntfile.js
Expand Up @@ -33,7 +33,8 @@ module.exports = function(grunt) {
dynamic: {
files: [{
expand: true,
src: ['assets/src/img/*.{png,jpg,gif}'],
cwd: 'assets/src/img/',
src: ['**/*.{png,jpg,gif}'],
dest: 'assets/build/img/'
}]
}
Expand Down

0 comments on commit eba1211

Please sign in to comment.