Skip to content

Commit

Permalink
build: take advantage of upstream static asset build improvements
Browse files Browse the repository at this point in the history
TODOs:
* See if we can reduce the huge mount blocks a bit.
* Merge edx-platform asset folder changes instead of patching in a PR.
* Add changelog entry.
* Test more thoroughly.
* Circulate a TEP or some other form of proposal?
* Deprecate patches that no longer exist or have changed.

Part of: https://github.com/openedx/wg-developer-experience/issues/166
  • Loading branch information
kdmccormick committed Aug 18, 2023
1 parent 449e5d8 commit 26d9cfa
Show file tree
Hide file tree
Showing 2 changed files with 314 additions and 121 deletions.
2 changes: 1 addition & 1 deletion tutor/commands/images.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def _add_core_images_to_build(
image,
os.path.join("build", image),
tutor_config.get_typed(config, tag, str),
(),
("--target=production",),
)
)

Expand Down
Loading

0 comments on commit 26d9cfa

Please sign in to comment.