我想使用 django 存储中的 Gzip 和 s3 mixin 将我的静态资产 gzip 到 s3,并使用静态/压缩模板标签提供 gzip 压缩文件。这可能吗?我在文档或在线中没有看到有关提供压缩版本的信息。
问问题
359 次
1 回答
1
是的,这是可能的。请参阅有关 Gzip 压缩的文档和以下部分。
https://django-pipeline.readthedocs.org/en/latest/storages.html#gzip-compression
另请参阅此问题: django-pipeline with s3 storage is not compressing my js
于 2015-07-29T01:31:20.457 回答