Commit e62a8da4 by Toby Lawrence

Set the correct names for overridden dependencies.

parent f8ddfb59
...@@ -1634,12 +1634,12 @@ REQUIRE_ENVIRONMENT = "node" ...@@ -1634,12 +1634,12 @@ REQUIRE_ENVIRONMENT = "node"
# but you don't want to include those dependencies in the JS bundle for the page, # but you don't want to include those dependencies in the JS bundle for the page,
# then you need to add the js urls in this list. # then you need to add the js urls in this list.
REQUIRE_JS_PATH_OVERRIDES = { REQUIRE_JS_PATH_OVERRIDES = {
'bookmark_button': 'js/bookmarks/views/bookmark_button.js', 'js/bookmarks/views/bookmark_button': 'js/bookmarks/views/bookmark_button.js',
'message_banner': 'js/views/message_banner.js', 'js/views/message_banner': 'js/views/message_banner.js',
'moment': 'js/vendor/moment.min.js', 'moment': 'js/vendor/moment.min.js',
'url': 'js/vendor/url.min.js', 'jquery.url': 'js/vendor/url.min.js',
'course_home_events': 'js/courseware/course_home_events.js', 'js/courseware/course_home_events': 'js/courseware/course_home_events.js',
'toggle_element_visibility': 'js/courseware/toggle_element_visibility.js' 'js/courseware/toggle_element_visibility': 'js/courseware/toggle_element_visibility.js'
} }
################################# CELERY ###################################### ################################# CELERY ######################################
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment