rykener / django-manifest-loader

Simplifies webpack configuration with Django
https://django-manifest-loader.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
104 stars 12 forks source link

Added STATICFILES_STORAGE to fix ValueError #51

Open camilonova opened 3 years ago

camilonova commented 3 years ago

Added STATICFILES_STORAGE to fix ValueError raised when a file is not at the manifest file.

As seen here https://docs.djangoproject.com/en/3.2/ref/contrib/staticfiles/#django.contrib.staticfiles.storage.ManifestStaticFilesStorage.manifest_strict

You hit this error when compiling takes some time.