From c4f336d8fdcfe93af30feaf81d04c426b05c699e Mon Sep 17 00:00:00 2001 From: valera-rozuvan Date: Wed, 5 Dec 2012 09:31:43 +0200 Subject: [PATCH] Added RequireJS.js to the files.json config so that is it also loaded when testing with Jasmine. --- lms/static/coffee/files.json | 1 + 1 file changed, 1 insertion(+) diff --git a/lms/static/coffee/files.json b/lms/static/coffee/files.json index 4721ef58bb..5dc03613b9 100644 --- a/lms/static/coffee/files.json +++ b/lms/static/coffee/files.json @@ -1,5 +1,6 @@ { "js_files": [ + "/static/js/vendor/RequireJS.js", "/static/js/vendor/jquery.min.js", "/static/js/vendor/jquery-ui.min.js", "/static/js/vendor/jquery.leanModal.min.js",