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 %}