Assests caching and paths
How would you go about fixing the paths for images from css files when using Asset class optimization? Css files are moved to the “cache” folder, but you get broken images if the css references images relative to its original (“css”) folder.
I could rewrite paths easily on my own custom written files, but I'm using for example jQuery UI, which uses relative paths to images and could be a little trickier to update.
Comments