We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
I have a use case where upon compiling a random generated number would be awesome. Use case is to bypass browser's asset caching.
It would be awesome if I could replace this
background: url(../path/to/image.png?12345);
with something like this:
background: url(../path/to/image.png?random(5));
In this scenario I wouldn't have to worry if I've uploaded files to production server without manually changing version number.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
I have a use case where upon compiling a random generated number would be awesome.
Use case is to bypass browser's asset caching.
It would be awesome if I could replace this
background: url(../path/to/image.png?12345);
with something like this:
background: url(../path/to/image.png?random(5));
In this scenario I wouldn't have to worry if I've uploaded files to production server without manually changing version number.
The text was updated successfully, but these errors were encountered: