Revert "Switch container factory to webpack"

This commit is contained in:
Calen Pennington
2018-05-29 16:01:38 -04:00
committed by GitHub
parent 6c8e0842cc
commit 0f7e2373d0
162 changed files with 6718 additions and 7296 deletions

View File

@@ -54,6 +54,8 @@ TEST_ROOT = path('test_root')
# Want static files in the same dir for running on jenkins.
STATIC_ROOT = TEST_ROOT / "staticfiles"
INSTALLED_APPS = [app for app in INSTALLED_APPS if app != 'webpack_loader']
INSTALLED_APPS.append('openedx.tests.util.webpack_loader')
WEBPACK_LOADER['DEFAULT']['STATS_FILE'] = STATIC_ROOT / "webpack-stats.json"
GITHUB_REPO_ROOT = TEST_ROOT / "data"