You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the staticfiles panel contains one entry per static() call. That's not the same thing as used staticfiles, since assets can be deduplicated in multiple ways, e.g. through forms.Media or because the browser actually understands that it should load <script type="module"> once only.
I think it makes more sense to show a deduplicated and sorted list of static files used.
Refs feincms/django-prose-editor#48
0 commit comments