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

Not rasterizing #41

Open
FelipeDeCastro opened this issue Aug 31, 2017 · 1 comment
Open

Not rasterizing #41

FelipeDeCastro opened this issue Aug 31, 2017 · 1 comment

Comments

@FelipeDeCastro
Copy link

I'm using this configuration...

svg2png: {
  build: {
    files: [{
      cwd: 'src/',
      src: ['svgs/**/*.svg'],
      dest: 'public/imgs',
      expand: false
    }]
  }
}

And this is the result...

Running "svg2png:build" (svg2png) task

Rasterizing SVG to PNG (3 files)...
0% [     ] 0.00% (0.1s) 
>> Rasterization complete.

It finds my SVG images but doesn't rasterize them.

I'm on a MAC OS Sierra v.10.12.6

@FelipeDeCastro
Copy link
Author

FelipeDeCastro commented Aug 31, 2017

Does it have to do with this issue #38 (Fails on Mac OS Sierra)?

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

1 participant