You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 18, 2021. It is now read-only.
Additionally, I tried replacing the GruntFile line with: { cwd: '.', src: ['images/icons/svg/*.svg'], dest: 'images/icons/png/' }, but this failed too.
Console log:
Rasterizing SVG to PNG (206 files)...
...............................................................................................................................................................................................................
6.2s
The text was updated successfully, but these errors were encountered:
Hey, can anybody chime in on why this library stalls?
Environment:
OS: Windows 7 64bit
node (64bit): v4.3.0
grunt-cli (global): 0.1.13
grunt: 0.4.5
grunt-svg-to-png: 0.2.5 (I even tried 0.2.7)
cat GruntFile.js:
...
svg2png: {
all: {
files: [
{ src: ['images/icons/svg/*.svg'], dest: 'images/icons/png/' }
]
}
}
...
Additionally, I tried replacing the GruntFile line with: { cwd: '.', src: ['images/icons/svg/*.svg'], dest: 'images/icons/png/' }, but this failed too.
Console log:
Rasterizing SVG to PNG (206 files)...
...............................................................................................................................................................................................................
The text was updated successfully, but these errors were encountered: