Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
baf79709
Commit
baf79709
authored
Jun 27, 2016
by
Andy Armstrong
Committed by
GitHub
Jun 27, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #12866 from edx/andya/fix-inline-discussions-in-studio
Fix discussion bundling in Studio
parents
d8744611
ae48208b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
cms/envs/common.py
+1
-1
scripts/safelint_thresholds.json
+6
-6
No files found.
cms/envs/common.py
View file @
baf79709
...
...
@@ -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/'
,
'co
ffee/src
/discussion/*.js'
)
rooted_glob
(
COMMON_ROOT
/
'static/'
,
'co
mmon/js
/discussion/*.js'
)
),
'output_filename'
:
'js/cms-modules.js'
,
'test_order'
:
1
...
...
scripts/safelint_thresholds.json
View file @
baf79709
{
"rules"
:
{
"javascript-concat-html"
:
2
05
,
"javascript-concat-html"
:
2
13
,
"javascript-escape"
:
7
,
"javascript-interpolate"
:
49
,
"javascript-jquery-append"
:
1
04
,
"javascript-jquery-html"
:
27
5
,
"javascript-jquery-append"
:
1
11
,
"javascript-jquery-html"
:
27
9
,
"javascript-jquery-insert-into-target"
:
27
,
"javascript-jquery-insertion"
:
2
6
,
"javascript-jquery-prepend"
:
1
1
,
"javascript-jquery-insertion"
:
2
9
,
"javascript-jquery-prepend"
:
1
3
,
"mako-html-entities"
:
0
,
"mako-invalid-html-filter"
:
27
,
"mako-invalid-js-filter"
:
207
,
...
...
@@ -28,5 +28,5 @@
"python-wrap-html"
:
264
,
"underscore-not-escaped"
:
658
},
"total"
:
22
32
"total"
:
22
45
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment