Closed whatisboom closed 11 years ago
This config is matching files in random folders in my project. some alongside the /img/ folder, and others. Let me know what info I can give you to help fix this.
svg2png: { img: { files: [{ expand: true, cwd: 'assets/img/', src: ['**/*.svg'] }] } },
Solved: the src was overriding the cwd, and it was going from the project base/gruntfile location
This config is matching files in random folders in my project. some alongside the /img/ folder, and others. Let me know what info I can give you to help fix this.