When an image is referenced from a css file it references to the unhashed version of the file. This could lead to issues when the referenced file is updated.
Django has this behavior implemented so we can use there patterns for replacing references in .css and .js files.
If this feature is wanted I will provide a pull request.
When an image is referenced from a css file it references to the unhashed version of the file. This could lead to issues when the referenced file is updated.
Django has this behavior implemented so we can use there patterns for replacing references in .css and .js files.
If this feature is wanted I will provide a pull request.