diff --git a/cms/static/coffee/spec/setup_require.coffee b/cms/static/coffee/spec/setup_require.coffee deleted file mode 100644 index 1d85ee9f11..0000000000 --- a/cms/static/coffee/spec/setup_require.coffee +++ /dev/null @@ -1,61 +0,0 @@ -require = - baseUrl: "/suite/cms/include" - paths: - "jquery": "xmodule_js/common_static/js/vendor/jquery.min", - "jquery.ui" : "xmodule_js/common_static/js/vendor/jquery-ui.min", - "jquery.cookie": "xmodule_js/common_static/js/vendor/jquery.cookie", - "underscore": "xmodule_js/common_static/js/vendor/underscore-min", - "underscore.string": "xmodule_js/common_static/js/vendor/underscore.string.min", - "backbone": "xmodule_js/common_static/js/vendor/backbone-min", - "backbone.associations": "xmodule_js/common_static/js/vendor/backbone-associations-min", - "jquery.timepicker": "xmodule_js/common_static/js/vendor/timepicker/jquery.timepicker", - "jquery.leanModal": "xmodule_js/common_static/js/vendor/jquery.leanModal.min", - "jquery.scrollTo": "xmodule_js/common_static/js/vendor/jquery.scrollTo-1.4.2-min", - "jquery.flot": "xmodule_js/common_static/js/vendor/flot/jquery.flot.min", - "jquery.form": "xmodule_js/common_static/js/vendor/jquery.form", - "jquery.inputnumber": "xmodule_js/common_static/js/vendor/html5-input-polyfills/number-polyfill", - "sinon": "xmodule_js/common_static/js/vendor/sinon-1.7.1", - "xmodule": "xmodule_js/src/xmodule", - "gettext": "xmodule_js/common_static/js/test/i18n", - "utility": "xmodule_js/common_static/js/src/utility", - "codemirror": "xmodule_js/common_static/js/vendor/CodeMirror/codemirror" - shim: - "gettext": - exports: "gettext" - "jquery.ui": - deps: ["jquery"] - exports: "jQuery.ui" - "jquery.form": - deps: ["jquery"] - exports: "jQuery.fn.ajaxForm" - "jquery.inputnumber": - deps: ["jquery"] - exports: "jQuery.fn.inputNumber" - "jquery.leanModal": - deps: ["jquery"], - exports: "jQuery.fn.leanModal" - "jquery.cookie": - deps: ["jquery"], - exports: "jQuery.fn.cookie" - "jquery.scrollTo": - deps: ["jquery"], - exports: "jQuery.fn.scrollTo" - "jquery.flot": - deps: ["jquery"], - exports: "jQuery.fn.plot" - "underscore": - exports: "_" - "backbone": - deps: ["underscore", "jquery"], - exports: "Backbone" - "backbone.associations": - deps: ["backbone"], - exports: "Backbone.Associations" - "xmodule": - exports: "XModule" - "sinon": - exports: "sinon" - "codemirror": - exports: "CodeMirror" - # load these automatically - deps: ["jquery", "js/base", "coffee/src/main"] diff --git a/cms/static/js_test.yml b/cms/static/js_test.yml index c76481116e..0e163b61d1 100644 --- a/cms/static/js_test.yml +++ b/cms/static/js_test.yml @@ -28,7 +28,6 @@ prepend_path: cms/static # Paths to library JavaScript files (optional) lib_paths: - - coffee/spec/setup_require.js - xmodule_js/common_static/js/vendor/require.js - xmodule_js/common_static/coffee/src/ajax_prefix.js - xmodule_js/common_static/js/src/utility.js diff --git a/cms/static/js_test_squire.yml b/cms/static/js_test_squire.yml index ca63d5d41a..2284319997 100644 --- a/cms/static/js_test_squire.yml +++ b/cms/static/js_test_squire.yml @@ -28,7 +28,6 @@ prepend_path: cms/static # Paths to library JavaScript files (optional) lib_paths: - - coffee/spec/setup_require.js - xmodule_js/common_static/js/vendor/require.js - xmodule_js/common_static/coffee/src/ajax_prefix.js - xmodule_js/common_static/js/src/utility.js