From 5e46796e90c6c33503cd1490c9a5dafbe844892b Mon Sep 17 00:00:00 2001 From: Brian Talbot Date: Thu, 17 Oct 2013 11:46:22 -0400 Subject: [PATCH] LMS: updates wiki templates to reference new pipeline assets --- lms/templates/main_django.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/lms/templates/main_django.html b/lms/templates/main_django.html index c3f719070b..262097cfe5 100644 --- a/lms/templates/main_django.html +++ b/lms/templates/main_django.html @@ -7,7 +7,13 @@ - {% compressed_css 'application' %} + {% compressed_css 'style-vendor' %} + {% compressed_css 'style-app' %} + {% compressed_css 'style-app-extend1' %} + {% compressed_css 'style-app-extend2' %} + {% compressed_css 'style-course-vendor' %} + {% compressed_css 'style-course' %} + {% block main_vendor_js %} {% compressed_js 'main_vendor' %} {% endblock %}