mirror of
https://github.com/fergalmoran/dss.git
synced 2026-03-26 23:45:15 +00:00
Re-enabled css minifier
This commit is contained in:
@@ -233,3 +233,6 @@ PIPELINE_CSS = {
|
||||
},
|
||||
}
|
||||
COMPRESS_ENABLED = True
|
||||
COMPRESS_CSS_FILTERS = [
|
||||
'compressor.filters.css_default.CssAbsoluteFilter',
|
||||
]
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user