Commit d19e50ae by Calen Pennington

Merge remaining js files into django-pipeline groups

parent d2d29b2c
...@@ -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': {
......
...@@ -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>
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