Replace our django-compress support with django-pipeline.

Review Request #2746 — Created Dec. 11, 2011 and submitted — Latest diff uploaded

Information

Djblets
master

Reviewers

Replace our django-compress support with django-pipeline.

django-compress is deprecated. django-pipeline is the new fork of that.
Update our bless code and compress templates to use django-pipeline
instead.
Tested with accompanying Review Board changes in production and non-production
modes.
djblets/compress/filters/lesscss.py
djblets/compress/templates/compress/css.html
djblets/compress/templates/compress/css_ie.html
djblets/compress/templates/compress/js.html
djblets/compress/templates/compress/js_ie.html
djblets/pipeline/compilers/bless.py
djblets/pipeline/templates/pipeline/css.html
djblets/pipeline/templates/pipeline/css_ie.html
djblets/pipeline/templates/pipeline/js.html
djblets/pipeline/templates/pipeline/js_ie.html
Loading...