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.
* Announce that buildkit is required (or pull that into a separate PR).

Part of: https://github.com/openedx/wg-developer-experience/issues/166
  • Loading branch information
kdmccormick committed Aug 2, 2023
1 parent 6988a0f commit 9ddc6ed
Show file tree
Hide file tree
Showing 4 changed files with 348 additions and 115 deletions.
4 changes: 3 additions & 1 deletion tutor/commands/images.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ 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 9ddc6ed

Please sign in to comment.