From 93f961471b70792014034a874114dc6b2f4b1515 Mon Sep 17 00:00:00 2001 From: henrrypg Date: Tue, 31 Oct 2023 15:42:12 -0500 Subject: [PATCH] docs: add rebuild step to docs --- README.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/README.rst b/README.rst index 663e1ca4f..4a8b41666 100644 --- a/README.rst +++ b/README.rst @@ -156,6 +156,7 @@ To contribute assets to Aspects: #. Run the command `tutor aspects check_superset_assets` to confirm there are no duplicate assets, which can happen when you rename an asset, and will cause import to fail. The command will automatically delete the older file if it finds a duplicate. +#. Re-build your openedx-assets image with `tutor images build openedx-assets --no-cache` #. Check that everything imports correctly by running `tutor local do init -l aspects` and confirming there are no errors. #. Double check that your database password did not get exported before committing!