I am trying to compress my css and js files and serve as a gzip file, but without success.
I tried all methods, django-pipeline, django-compressor, etc.
I got django-compressor for creating gzip files, but I'm not sure how to serve them. I use GzipMiddleaware to compress and maintain my html files.
Can someone write a walkthrough on how to gzip and serve static files on heroku django.
I apologize for the detailed steps, I do not ask to be fed with a spoon, but I tried this problem for almost 24 hours, tried n number of solutions, but nobody works.
FYI, I am using django-1.5
Thank you in advance for your help.
kumar source
share