Commit 47e44494 by andreas.pelme
parent 7a76d26b
from compress.conf import settings
from compress.utils import needs_update, filter_css, filter_js
if settings.COMPRESS:
if settings.COMPRESS and settings.COMPRESS_AUTO:
for css in settings.COMPRESS_CSS.values():
if needs_update(css['output_filename'], css['source_filenames']):
filter_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