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
d2042f72
Commit
d2042f72
authored
Aug 12, 2016
by
Pierre Mailhot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
moment-with-locales.min.js must be used for locales other than en
parent
ba74ba90
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lms/envs/common.py
+2
-2
No files found.
lms/envs/common.py
View file @
d2042f72
...
...
@@ -1539,7 +1539,7 @@ PIPELINE_JS = {
[
'js/sticky_filter.js'
,
'js/query-params.js'
,
'js/vendor/moment.min.js'
,
'js/vendor/moment
-with-locales
.min.js'
,
]
),
'output_filename'
:
'js/lms-application.js'
,
...
...
@@ -1687,7 +1687,7 @@ REQUIRE_ENVIRONMENT = "node"
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'
:
'js/vendor/moment.min.js'
,
'moment'
:
'js/vendor/moment
-with-locales
.min.js'
,
'jquery.url'
:
'js/vendor/url.min.js'
,
'js/courseware/course_home_events'
:
'js/courseware/course_home_events.js'
,
'js/courseware/accordion_events'
:
'js/courseware/accordion_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