Commit e55e1a99 by Carlos Andrés Rocha Committed by Ibrahim Awwal

Fix django pipeline configuration for discussion forum coffescript includes

parent 9c85be9d
......@@ -426,7 +426,7 @@ main_vendor_js = [
'js/vendor/jquery.qtip.min.js',
]
discussion_js = sorted(glob2.glob(PROJECT_ROOT / 'static/coffee/src/discussion/*.coffee'))
discussion_js = sorted(glob2.glob(PROJECT_ROOT / 'static/coffee/src/discussion/**/*.coffee'))
# Load javascript from all of the available xmodules, and
# prep it for use in pipeline 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