Add straggler JS files to RequireJS overrides.

This commit is contained in:
Toby Lawrence
2016-03-24 11:35:48 -04:00
parent 76c0c0413d
commit 2a87d6c8a5

View File

@@ -1639,7 +1639,11 @@ REQUIRE_JS_PATH_OVERRIDES = {
'moment': 'js/vendor/moment.min.js',
'jquery.url': 'js/vendor/url.min.js',
'js/courseware/course_home_events': 'js/courseware/course_home_events.js',
'js/courseware/toggle_element_visibility': 'js/courseware/toggle_element_visibility.js'
'js/courseware/toggle_element_visibility': 'js/courseware/toggle_element_visibility.js',
'js/student_account/logistration_factory': 'js/student_account/logistration_factory.js',
'js/student_profile/views/learner_profile_factory': 'js/student_profile/views/learner_profile_factory.js',
'js/bookmarks/bookmarks_factory': 'js/bookmarks/bookmarks_factory.js'
'js/groups/views/cohorts_dashboard_factory': 'js/groups/views/cohorts_dashboard_factory.js'
}
################################# CELERY ######################################