标签: django static
在模板中使用{% static path/to/image.png %}标记时,它会被path/to/image.some-hash.png
{% static path/to/image.png %}
path/to/image.some-hash.png
我的文件较少指向url(path/to/image.png)的图像文件 我用GruntFile手表编译它。
url(path/to/image.png)
我想知道是否有办法将生成的css中的路径重写为path/to/image.some-hash.png,以便我可以利用散列文件名。
我使用哈希来缓存 - 破坏。实质上,我在客户端缓存静态文件