Commit 28a3f46d by cahrens

time.coffee no longer exists

parent 5c178900
...@@ -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