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
We are currently using the manifest feature of webassets/django-assets, but Django already provides a built-in solution for this: ManifestStaticFilesStorage. Let's switch to using that when possible, so that we depend less and less on webassets.
The text was updated successfully, but these errors were encountered:
We are currently using the manifest feature of webassets/django-assets, but Django already provides a built-in solution for this:
ManifestStaticFilesStorage
. Let's switch to using that when possible, so that we depend less and less on webassets.The text was updated successfully, but these errors were encountered: