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

time.coffee no longer exists
This commit is contained in:
Christina Roberts
2015-10-29 12:41:12 -04:00

View File

@@ -1223,7 +1223,7 @@ from openedx.core.lib.rooted_paths import rooted_glob
courseware_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']] +
sorted(rooted_glob(PROJECT_ROOT / 'static', 'coffee/src/modules/**/*.js'))