Skip to content
This repository has been archived by the owner on Feb 18, 2021. It is now read-only.

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

Open
jacobbuck opened this issue Oct 3, 2013 · 2 comments
Open

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

jacobbuck opened this issue Oct 3, 2013 · 2 comments

Comments

@jacobbuck
Copy link

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
Copy link

Hi

Has there been any progress on this issue?

Thanks

@thomaswelton
Copy link

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants