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
Hi,
I use svgtofont 4.0.0 with a npm script "svgfont": "svgtofont --sources Resources/Private/Src/Icons --output Resources/Public/Fonts"
I have this config in config/.svgtofontrc
{
"fontName": "icon",
"css": true
}
When I execute npm run svgfont, font is created with svgtofont name, not icon, and the css files are not created. It seems that the config file is not used.
Can someone help me please ?
Thanks
The text was updated successfully, but these errors were encountered:
bckthomas
changed the title
Cli and .svgtofontrc file
Npm script and .svgtofontrc file
Sep 6, 2023
Hi,
I use svgtofont 4.0.0 with a npm script "svgfont": "svgtofont --sources Resources/Private/Src/Icons --output Resources/Public/Fonts"
I have this config in config/.svgtofontrc
When I execute npm run svgfont, font is created with svgtofont name, not icon, and the css files are not created. It seems that the config file is not used.
Can someone help me please ?
Thanks
The text was updated successfully, but these errors were encountered: