fontaudio icon indicating copy to clipboard operation
fontaudio copied to clipboard

yarn build:svgclean does not work on windows

Open fefanto opened this issue 5 years ago • 0 comments

output message (happens for every svg)

error while executing svgo on fad-slider-round-1.svg : Error: Command failed: ./node_modules/svgo/bin/svgo --pretty --config './scripts/svgcleaner.yml' -q svgs\fad-slider-round-1.svg
'.' is not recognized as an internal or external command,
operable program or batch file.

probable solution - set up some os specific command line in ./scripts/svgCleaner.js to specialize the exec command

fefanto avatar Jun 30 '20 13:06 fefanto