From c590c24e25729caefc8f4135d923fed4d1bcee0b Mon Sep 17 00:00:00 2001 From: Jay Zoldak Date: Thu, 31 Jan 2013 13:48:38 -0500 Subject: [PATCH] Add vendor files to files.json for the cms jasmine tests to work. --- cms/static/coffee/files.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cms/static/coffee/files.json b/cms/static/coffee/files.json index 9e84c39f03..2249813b04 100644 --- a/cms/static/coffee/files.json +++ b/cms/static/coffee/files.json @@ -2,9 +2,9 @@ "js_files": [ "/static/js/vendor/RequireJS.js", "/static/js/vendor/jquery.min.js", - "js/vendor/jquery-ui.min.js", - "js/vendor/jquery.ui.draggable.js", - "js/vendor/jquery.cookie.js", + "/static/js/vendor/jquery-ui.min.js", + "/static/js/vendor/jquery.ui.draggable.js", + "/static/js/vendor/jquery.cookie.js", "/static/js/vendor/json2.js", "/static/js/vendor/underscore-min.js", "/static/js/vendor/backbone-min.js"