Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
eb07e0bd
Commit
eb07e0bd
authored
Oct 08, 2013
by
David Baumgold
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove unused setup_require.coffee file
parent
f1a10475
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
63 deletions
+0
-63
cms/static/coffee/spec/setup_require.coffee
+0
-61
cms/static/js_test.yml
+0
-1
cms/static/js_test_squire.yml
+0
-1
No files found.
cms/static/coffee/spec/setup_require.coffee
deleted
100644 → 0
View file @
f1a10475
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"
]
cms/static/js_test.yml
View file @
eb07e0bd
...
...
@@ -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
...
...
cms/static/js_test_squire.yml
View file @
eb07e0bd
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment