Skip to content

Commit

Permalink
build: lms/static/css/vendor/* -> common/static/css/vendor
Browse files Browse the repository at this point in the history
Sass compilation includes the LMS's "vendored-in" CSS libraries at
lms/static/css/vendor as a source, and output CSS is written to the
parent directory, lms/static/css. This violates the constraint that
source directories cannot be written to while they are bind-mounted.

To resolve the issue, we merge the contents of lms/static/css/vendor
into common/static/css/vendor. (The directory common/static/css only
contains sources: no CSS is outputted there.)

Now, common/static/css only contains sources for the Sass build, and
lms/static/css is only used for output.

More details: openedx#32835
Part of: https://github.com/openedx/wg-developer-experience/issues/166
  • Loading branch information
kdmccormick committed Jun 3, 2024
1 parent f3413fd commit 9284404
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 0 deletions.
File renamed without changes
File renamed without changes.

0 comments on commit 9284404

Please sign in to comment.