Re-enabled css minifier

This commit is contained in:
Fergal Moran
2012-09-12 12:25:45 +01:00
parent c702d73f1b
commit 52d6d33f2e
2 changed files with 3 additions and 1 deletions

View File

@@ -233,3 +233,6 @@ PIPELINE_CSS = {
},
}
COMPRESS_ENABLED = True
COMPRESS_CSS_FILTERS = [
'compressor.filters.css_default.CssAbsoluteFilter',
]

View File

@@ -7,7 +7,6 @@
<link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
{% load compress %}
{% compress css %}
<link rel="stylesheet" href="{{ STATIC_URL }}css/bootstrap/bootstrap.min.css">
<link rel="stylesheet" href="{{ STATIC_URL }}css/bootstrap/bootstrap-datepicker.css">