dbushell / grunt-svg2png

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

Not rasterizing #41

Open FelipeDeCastro opened 7 years ago

FelipeDeCastro commented 7 years ago

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 commented 7 years ago

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