generator-vars-jekyll
generator-vars-jekyll copied to clipboard
Images as CSS Background Images in Production
I have a problem when referencing images as CSS backgrounds. When I run the app in production mode, those images are not found. Thats because the images are hash-renamed, but the reference in the CSS doesn't get updated. It totally works with standard image tags in html files where the reference to the hash-renamed image gets updated aswell when in production mode. Is there a way to use CSS background images with hash-renamed files?