Commit 75ea0c8e by andreas.pelme

git-svn-id: https://django-compress.googlecode.com/svn/trunk@4 98d35234-f74b-0410-9e22-51d878bdf110

parent 33446fe7
......@@ -2,7 +2,7 @@ from django.conf import settings
from compress.utils import needs_update, compress_css, compress_js
if gresettings.COMPRESS:
if settings.COMPRESS:
for css in settings.COMPRESS_CSS.values():
if needs_update(css['compressed_filename'], css['source_filenames']):
compress_css(css)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment