Commit 55d1fb98 by Christina Roberts

Merge pull request #10333 from edx/christina/delete-time-reference

time.coffee no longer exists
parents 87ded08d 28a3f46d
...@@ -1223,7 +1223,7 @@ from openedx.core.lib.rooted_paths import rooted_glob ...@@ -1223,7 +1223,7 @@ from openedx.core.lib.rooted_paths import rooted_glob
courseware_js = ( courseware_js = (
[ [
'coffee/src/' + pth + '.js' 'coffee/src/' + pth + '.js'
for pth in ['courseware', 'histogram', 'navigation', 'time'] for pth in ['courseware', 'histogram', 'navigation']
] + ] +
['js/' + pth + '.js' for pth in ['ajax-error']] + ['js/' + pth + '.js' for pth in ['ajax-error']] +
sorted(rooted_glob(PROJECT_ROOT / 'static', 'coffee/src/modules/**/*.js')) sorted(rooted_glob(PROJECT_ROOT / 'static', 'coffee/src/modules/**/*.js'))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment