grunt-svg2png icon indicating copy to clipboard operation
grunt-svg2png copied to clipboard

Doesn't work with dynamic src-dest file mapping

Open aliebuck opened this issue 12 years ago • 2 comments

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.

aliebuck avatar Oct 03 '13 23:10 aliebuck

Hi

Has there been any progress on this issue?

Thanks

jamesryanbell avatar Dec 21 '13 17:12 jamesryanbell

@dbushell are you looking for a maintainer for this project?

thomaswelton avatar May 27 '14 13:05 thomaswelton