mirror of
https://github.com/ChristianLight/tutor.git
synced 2025-01-06 07:30:40 +00:00
Update Makefile
Moved the Comments to the beginning of the so `make` doesn't attempt to run the comments as commands.
This commit is contained in:
parent
0e670837cf
commit
beabe6c0cf
4
Makefile
4
Makefile
@ -100,9 +100,9 @@ reindex-courses: ## Refresh course index so they can be found in the LMS search
|
||||
# settings. Thus, each step must be performed separately. This should be fixed
|
||||
# in the next edx-platform release thanks to https://github.com/edx/edx-platform/pull/18430/
|
||||
#assets-lms: ## Collect static assets for the LMS
|
||||
#$(DOCKER_COMPOSE_RUN_OPENEDX) lms -e NO_PREREQ_INSTALL=True lms paver update_assets lms --settings=$(EDX_PLATFORM_SETTINGS)
|
||||
# $(DOCKER_COMPOSE_RUN_OPENEDX) lms -e NO_PREREQ_INSTALL=True lms paver update_assets lms --settings=$(EDX_PLATFORM_SETTINGS)
|
||||
#assets-cms: ## Collect static assets for the CMS
|
||||
#$(DOCKER_COMPOSE_RUN_OPENEDX) cms -e NO_PREREQ_INSTALL=True cms paver update_assets cms --settings=$(EDX_PLATFORM_SETTINGS)
|
||||
# $(DOCKER_COMPOSE_RUN_OPENEDX) cms -e NO_PREREQ_INSTALL=True cms paver update_assets cms --settings=$(EDX_PLATFORM_SETTINGS)
|
||||
|
||||
assets: assets-lms assets-cms ## Generate production-ready static assets
|
||||
assets-development: assets-development-lms assets-development-cms ## Generate static assets for local development
|
||||
|
Loading…
Reference in New Issue
Block a user