Switch the cms over to using django-pipeline

This commit is contained in:
Calen Pennington
2012-06-19 14:12:03 -04:00
committed by Matthew Mongeau
parent 4ddf48e1b2
commit 4cb285f1f9
12 changed files with 72 additions and 8 deletions

View File

@@ -1,10 +1,16 @@
<%namespace name='static' file='static_content.html'/>
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
% if settings.MITX_FEATURES['USE_DJANGO_PIPELINE']:
<%static:css group='base-style'/>
% else:
<link rel="stylesheet" href="${ STATIC_URL }/css/base-style.css">
% endif
<link rel="stylesheet" type="text/css" href="${ STATIC_URL }/js/markitup/skins/simple/style.css" />
<link rel="stylesheet" type="text/css" href="${ STATIC_URL }/js/markitup/sets/wiki/style.css" />
<title><%block name="title"></%block></title>