I can't for the life of me get compress js to work, compress css works fine.
Rather than double post the entire thing, I've added a github issue here with all the details.
https://github.com/django-compressor/django-compressor/issues/858
Does anyone have any ideas?
COMPRESS_OFFLINE=Truein settings? Didn't see it in the settings, just confirming. Have you tried compressing using command e.g../manage.py compress --forcedoes it work that way? If not try to removemanifest.jsonfromSTATIC_ROOT/CACHE/and repeat.