Open FelipeDeCastro opened 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
Does it have to do with this issue #38 (Fails on Mac OS Sierra)?
I'm using this configuration...
And this is the result...
It finds my SVG images but doesn't rasterize them.
I'm on a MAC OS Sierra v.10.12.6