diff --git a/lms/envs/common.py b/lms/envs/common.py index 684529b6fb..948a6452c2 100644 --- a/lms/envs/common.py +++ b/lms/envs/common.py @@ -1572,6 +1572,7 @@ PIPELINE_JS = { 'js/sticky_filter.js', 'js/query-params.js', 'common/js/vendor/moment-with-locales.js', + 'common/js/vendor/moment-timezone-with-data.js', ] ), 'output_filename': 'js/lms-application.js', @@ -1720,6 +1721,7 @@ REQUIRE_JS_PATH_OVERRIDES = { 'js/bookmarks/views/bookmark_button': 'js/bookmarks/views/bookmark_button.js', 'js/views/message_banner': 'js/views/message_banner.js', 'moment': 'common/js/vendor/moment-with-locales.js', + 'moment-timezone': 'common/js/vendor/moment-timezone-with-data.js', 'js/courseware/course_home_events': 'js/courseware/course_home_events.js', 'js/courseware/accordion_events': 'js/courseware/accordion_events.js', 'js/courseware/link_clicked_events': 'js/courseware/link_clicked_events.js',