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
d19e50ae
Commit
d19e50ae
authored
Jul 23, 2012
by
Calen Pennington
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Merge remaining js files into django-pipeline groups
parent
d2d29b2c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
5 deletions
+6
-5
lms/envs/common.py
+6
-1
lms/templates/main.html
+0
-4
No files found.
lms/envs/common.py
View file @
d19e50ae
...
@@ -326,7 +326,12 @@ PIPELINE_JS = {
...
@@ -326,7 +326,12 @@ PIPELINE_JS = {
pth
.
replace
(
PROJECT_ROOT
/
'static/'
,
''
)
pth
.
replace
(
PROJECT_ROOT
/
'static/'
,
''
)
for
pth
in
glob2
.
glob
(
PROJECT_ROOT
/
'static/coffee/src/**/*.coffee'
)
\
for
pth
in
glob2
.
glob
(
PROJECT_ROOT
/
'static/coffee/src/**/*.coffee'
)
\
if
pth
not
in
courseware_only_js
if
pth
not
in
courseware_only_js
]
+
[
'js/form.ext.js'
],
]
+
[
'js/form.ext.js'
,
'js/my_courses_dropdown.js'
,
'js/toggle_login_modal.js'
,
'js/sticky_filter.js'
,
],
'output_filename'
:
'js/application.js'
'output_filename'
:
'js/application.js'
},
},
'courseware'
:
{
'courseware'
:
{
...
...
lms/templates/main.html
View file @
d19e50ae
...
@@ -34,9 +34,5 @@
...
@@ -34,9 +34,5 @@
<![endif]-->
<![endif]-->
<
%
block
name=
"js_extra"
/>
<
%
block
name=
"js_extra"
/>
<script
src=
"${static.url('js/my_courses_dropdown.js')}"
></script>
<script
src=
"${static.url('js/toggle_login_modal.js')}"
></script>
<script
src=
"${static.url('js/sticky_filter.js')}"
></script>
</body>
</body>
</html>
</html>
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