Skip to content
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

Cache busting causes issues with rev and usemin #32

Open
tlaak opened this issue Mar 11, 2014 · 0 comments
Open

Cache busting causes issues with rev and usemin #32

tlaak opened this issue Mar 11, 2014 · 0 comments

Comments

@tlaak
Copy link

tlaak commented Mar 11, 2014

The library is using Compass image-url($path, $only-path, $cache-buster) function without second and third argument, which means that it will always create a cache buster hash in the end of the image reference: background-image: url(my-image.png?1234567890);

This is a little bit problematic if you are using usemin and rev tasks with grunt to update the image references in css file to match the revved images, because the usemin will not match the image name if there is a hash included.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant