Is your feature request related to a problem? Please describe.
- CMS can serve stale content to users when we update our styles.
- Running
collectstatic can do no-op instead of overwriting files.
— @jarosenb
Describe the solution you'd like
Set ManifestStaticFilesStorage as the backend, so our static files will have hashed filenames.
Describe alternatives you've considered
?
Additional context
Is your feature request related to a problem? Please describe.
Describe the solution you'd like
Set
ManifestStaticFilesStorageas the backend, so our static files will have hashed filenames.Describe alternatives you've considered
?
Additional context
ManifestStaticFilesStorage