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
afa2a681
Commit
afa2a681
authored
Oct 18, 2013
by
Christina Roberts
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1413 from edx/christina/fix-pipeline
Remove pipeline config not needed with RequireJS.
parents
4de777b7
a8ad56fa
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
19 deletions
+0
-19
cms/envs/common.py
+0
-19
No files found.
cms/envs/common.py
View file @
afa2a681
...
...
@@ -256,25 +256,6 @@ PIPELINE_CSS = {
# test_order: Determines the position of this chunk of javascript on
# the jasmine test page
PIPELINE_JS
=
{
'main'
:
{
'source_filenames'
:
sorted
(
rooted_glob
(
COMMON_ROOT
/
'static/'
,
'coffee/src/**/*.js'
)
+
rooted_glob
(
PROJECT_ROOT
/
'static/'
,
'coffee/src/**/*.js'
)
)
+
[
'js/hesitate.js'
,
'js/base.js'
,
'js/views/feedback.js'
,
'js/models/course.js'
,
'js/models/section.js'
,
'js/views/section.js'
,
'js/models/metadata_model.js'
,
'js/views/metadata_editor_view.js'
,
'js/models/uploads.js'
,
'js/views/uploads.js'
,
'js/models/textbook.js'
,
'js/views/textbook.js'
,
'js/src/utility.js'
,
'js/models/settings/course_grading_policy.js'
,
'js/models/asset.js'
,
'js/models/assets.js'
,
'js/views/assets.js'
,
'js/views/import.js'
,
'js/views/assets_view.js'
,
'js/views/asset_view.js'
],
'output_filename'
:
'js/cms-application.js'
,
'test_order'
:
0
},
'module-js'
:
{
'source_filenames'
:
(
rooted_glob
(
COMMON_ROOT
/
'static/'
,
'xmodule/descriptors/js/*.js'
)
+
...
...
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