-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Closed
Labels
epicLarge unit of work, consisting of multiple tasksLarge unit of work, consisting of multiple tasks
Description
Background
Overlaps with:
- https://github.com/openedx/edx-platform/blob/master/docs/decisions/0017-reimplement-asset-processing.rst
- [DEPR]: Asset processing in Paver #31895
Goal
edx-platform's static assets can be built without installing a Python interpreter or any Python packages.
Benefits:
- Better staged image builds: When building a container image for edx-platform, the build stage for assets will not need to install any Python requirements or copy in Python code. Thus, the asset build cache will not be broken due to changes to Python or Python requirements lists.
- Saner tooling: Dropping our deprecated and/or bespoke Python frontend tools in favor of simpler, modern JS-based or shell-based tools makes the platform's build process easier to understand and maintain.
Tasks
- Build edx-platform assets without Paver #31604
- Stop dynamically generating XModule SCSS #32292
- Stop dynamically generating XModule JS #32481
- build: remove dependency on Python
sassmodule #34439 - Switch from libsass-python to sassc
- Rewrite compile_sass.py as compile_sassh.sh
- In Tutor: Compile Sass before setting up Python
Metadata
Metadata
Assignees
Labels
epicLarge unit of work, consisting of multiple tasksLarge unit of work, consisting of multiple tasks