django-cms / django-filer

File and Image Management Application for django
https://django-filer.readthedocs.io/
Other
1.73k stars 574 forks source link

Missing style map file cause fail of ManifestStaticFilesStorage #1381

Closed mihalikv closed 11 months ago

mihalikv commented 12 months ago

There is a missing map for CSS file.

This one: https://github.com/django-cms/django-filer/blob/master/filer/static/filer/css/admin_filer.fa.icons.css#L5

In the production environment with ManifestStaticFilesStorage it fails like this:

image

Related issue in django: https://code.djangoproject.com/ticket/33353

fsbraun commented 12 months ago

1383 adds the missing source maps. Thank you for pointing this out!!

fsbraun commented 11 months ago

@mihalikv Can this issue be closed after the release of filer 3.0.1?

MarcoGlauser commented 11 months ago

Yes, 3.0.1 fixed the issue for us, Thank you!