Open jacobbuck opened 11 years ago
See: http://gruntjs.com/configuring-tasks#building-the-files-object-dynamically
Example:
svg2png: { dist: { files: [{ expand: true, cwd: 'source/images/', src: ['*.svg'], dest: 'public/images/' }] } }
Outputs:
Running "svg2png:dist" (svg2png) task Rasterizing SVG to PNG (0 files)... >> Rasterization complete.
Hi
Has there been any progress on this issue?
Thanks
@dbushell are you looking for a maintainer for this project?
See: http://gruntjs.com/configuring-tasks#building-the-files-object-dynamically
Example:
Outputs: