dbushell / grunt-svg2png

Grunt plugin to rasterize SVG to PNG images using PhantomJS
MIT License
76 stars 37 forks source link

Doesn't work with dynamic src-dest file mapping #4

Open jacobbuck opened 10 years ago

jacobbuck commented 10 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.
jamesryanbell commented 10 years ago

Hi

Has there been any progress on this issue?

Thanks

thomaswelton commented 10 years ago

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