I am trying to compress my css and js files and serve as gzip file, but with no success.
I have tried all methods, django-pipeline, django-compressor etc.
I got django-compressor to create the gzip files but I am not sure how to serve them. I use GzipMiddleaware to compress and serve my html files.
Can any one please write step by step guide on how gzip and serve static files on heroku django.
Sorry to ask for detailed steps, I am not asking to be spoon fed, but am stuck with this issue for almost 24 hours now, tried n number of solutions, but none seems to work.
FYI, I am using django-1.5
Thanks in advance for your help