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
af410963
Commit
af410963
authored
Nov 14, 2016
by
Gregory Martin
Committed by
GitHub
Nov 14, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #13984 from edx/yro_fix-js
fixes dateutil bundling error
parents
3e9e0008
1fa805a0
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
lms/envs/common.py
+2
-0
No files found.
lms/envs/common.py
View file @
af410963
...
...
@@ -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'
,
...
...
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