Load XBlocks with webpack rather than RequireJS

This commit is contained in:
Calen Pennington
2018-02-15 21:56:25 -05:00
parent 94557900f8
commit d08e199f79
67 changed files with 595 additions and 322 deletions

View File

@@ -1,16 +0,0 @@
"""
This module mocks the external package django-webpack-loader within
python unittest execution, so python tests have no dependency on
frontend assets. See LEARNER-1938 for further details.
"""
from django import template
register = template.Library()
@register.simple_tag
def render_bundle(bundle_name):
"""
This is the only webpack_loader function we call directly.
"""
return ''