diff --git a/gruntfile.js b/gruntfile.js index ec5190e..01f8bd3 100644 --- a/gruntfile.js +++ b/gruntfile.js @@ -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/' }] }