-
-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No option to remove timestamp in generated files #250
Comments
jaywcjlove
added a commit
that referenced
this issue
Dec 5, 2024
@epaul-imc Upgrade /**
* @type {import('svgtofont').SvgToFontOptions}
*/
export default {
fontName: "iconfont",
css: {
//hasTimestamp: "v1.2.3"
hasTimestamp: false
}
} Lines 283 to 288 in 8352115
|
Thank you very much! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I'm generating files but when I add a new icon and regenerate, I don't want to add the timestamp in any of the files.
Is there a way to do this ?
The text was updated successfully, but these errors were encountered: