Replies: 1 comment 4 replies
-
The Whitenoise docs have this about using with compressor: https://whitenoise.readthedocs.io/en/latest/django.html#django-compressor So I guess I'd say, set up for offline compression (i.e. running the I'm not aware of any issues... |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm not using compressor yet, so I'm not that familiar with it, but I'm considering it.
But I use whitenoise, so I was thinking if the
hexdigest
part of filenames must be mandatory when thebasename
is passed? Since whitenoise takes care of versioning already.Or is there any other reason for it?
I would use it mainly for sass->css compilation.
Would it make sense to have a setting for it, maybe
COMPRESS_FILENAME_ADD_HASH_PART
/COMPRESS_BASENAME_ONLY
or something?Beta Was this translation helpful? Give feedback.
All reactions