From 1fa805a05299c805431669a443c16717e62aec19 Mon Sep 17 00:00:00 2001 From: Gregory Martin Date: Mon, 14 Nov 2016 14:33:23 -0500 Subject: [PATCH] js bundling error --- lms/envs/common.py | 2 ++ 1 file changed, 2 insertions(+) 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',