-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
revert: build: finish replacing paver #34700
Conversation
This reverts commit 3f0f7ce.
2U Release Notice: This PR has been deployed to the edX staging environment in preparation for a release to production. |
Found the bug. Fix here: #34701 |
2U Release Notice: This PR has been deployed to the edX production environment. |
2U Release Notice: This PR has been deployed to the edX staging environment in preparation for a release to production. |
2U Release Notice: This PR has been deployed to the edX production environment. |
EDX_PLAFORM_THEME_DIRS was the original name, but it was changed to COMPREHENSIVE_THEME_DIRS in #34700.
EDX_PLAFORM_THEME_DIRS was the original name, but it was changed to COMPREHENSIVE_THEME_DIRS in #34700.
EDX_PLAFORM_THEME_DIRS was the original name, but it was changed to COMPREHENSIVE_THEME_DIRS in openedx#34700.
Reverts #34554, which causes compilation of edX.org's
legacy comprehensive theme to be skipped in their deployment pipeline.
We have not determined the precise cause yet, but it seems like the
compile_sass
management command is not correctly getting thelist of comprehensive theme directories from Django settings.