diff --git a/common/templates/jasmine/base.html b/common/templates/jasmine/base.html
index 96507bdebf..40308c7bbe 100644
--- a/common/templates/jasmine/base.html
+++ b/common/templates/jasmine/base.html
@@ -13,14 +13,15 @@
+ {% load compressed %}
+ {# static files #}
+ {% compressed_js 'js-test-source' %}
+
{# source files #}
{% for url in suite.js_files %}
{% endfor %}
- {% load compressed %}
- {# static files #}
- {% compressed_js 'js-test-source' %}
{# spec files #}
{% compressed_js 'spec' %}
diff --git a/lms/static/coffee/files.json b/lms/static/coffee/files.json
index 5dc03613b9..0efe488dd9 100644
--- a/lms/static/coffee/files.json
+++ b/lms/static/coffee/files.json
@@ -5,8 +5,5 @@
"/static/js/vendor/jquery-ui.min.js",
"/static/js/vendor/jquery.leanModal.min.js",
"/static/js/vendor/flot/jquery.flot.js"
- ],
- "static_files": [
- "js/application.js"
]
}