Commit baf79709 by Andy Armstrong Committed by GitHub

Merge pull request #12866 from edx/andya/fix-inline-discussions-in-studio

Fix discussion bundling in Studio
parents d8744611 ae48208b
...@@ -620,7 +620,7 @@ PIPELINE_JS = { ...@@ -620,7 +620,7 @@ PIPELINE_JS = {
'source_filenames': ( 'source_filenames': (
rooted_glob(COMMON_ROOT / 'static/', 'xmodule/descriptors/js/*.js') + rooted_glob(COMMON_ROOT / 'static/', 'xmodule/descriptors/js/*.js') +
rooted_glob(COMMON_ROOT / 'static/', 'xmodule/modules/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', 'output_filename': 'js/cms-modules.js',
'test_order': 1 'test_order': 1
......
{ {
"rules": { "rules": {
"javascript-concat-html": 205, "javascript-concat-html": 213,
"javascript-escape": 7, "javascript-escape": 7,
"javascript-interpolate": 49, "javascript-interpolate": 49,
"javascript-jquery-append": 104, "javascript-jquery-append": 111,
"javascript-jquery-html": 275, "javascript-jquery-html": 279,
"javascript-jquery-insert-into-target": 27, "javascript-jquery-insert-into-target": 27,
"javascript-jquery-insertion": 26, "javascript-jquery-insertion": 29,
"javascript-jquery-prepend": 11, "javascript-jquery-prepend": 13,
"mako-html-entities": 0, "mako-html-entities": 0,
"mako-invalid-html-filter": 27, "mako-invalid-html-filter": 27,
"mako-invalid-js-filter": 207, "mako-invalid-js-filter": 207,
...@@ -28,5 +28,5 @@ ...@@ -28,5 +28,5 @@
"python-wrap-html": 264, "python-wrap-html": 264,
"underscore-not-escaped": 658 "underscore-not-escaped": 658
}, },
"total": 2232 "total": 2245
} }
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