Does django-compressor work with template inheritance?

后端 未结 1 1313
谎友^
谎友^ 2021-01-05 11:41

I\'m using django-compressor to compress my site\'s static CSS and Javascript files. Since I serve my site\'s static assets via Amazon S3, I\'m also using django-storages to

相关标签:
1条回答
  • 2021-01-05 12:19

    I suppose you are using offline compression, in which case the template inheritance does not work as one would expect. See these issues relevant to this "problem":

    • https://github.com/jezdez/django_compressor/issues/171
    • https://github.com/jezdez/django_compressor/issues/175
    0 讨论(0)
提交回复
热议问题