Skip to content
Snippets Groups Projects
Commit 0488f077 authored by Andy Armstrong's avatar Andy Armstrong Committed by Chris Rodriguez
Browse files

Fix discussion bundling in Studio

parent b9b16486
No related merge requests found
......@@ -620,7 +620,7 @@ PIPELINE_JS = {
'source_filenames': (
rooted_glob(COMMON_ROOT / 'static/', 'xmodule/descriptors/js/*.js') +
rooted_glob(COMMON_ROOT / 'static/', 'xmodule/modules/js/*.js') +
rooted_glob(COMMON_ROOT / 'static/', 'coffee/src/discussion/*.js')
rooted_glob(COMMON_ROOT / 'static/', 'common/js/discussion/*.js')
),
'output_filename': 'js/cms-modules.js',
'test_order': 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment