-
Notifications
You must be signed in to change notification settings - Fork 70
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
feat: randomize files name #125
Comments
@Malin88 you can use custom template also we can add option to pass custom variables into template, PR welcome |
use option {
fontName: webfont-${Math.random().toString(36).substring(7)}
} |
thx, but this option did not do what I expected. After I used it got font files like |
Don't use |
@Malin88 do you believe that adding a cache querystring and/or version querystring would meet your need? |
How can I randomize font files name? I have some problem with browser cache so I want to generate file like
webfont.scss
withsrc: url("[some-random-string]")
How can I do that ?The text was updated successfully, but these errors were encountered: