Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow symlinks for the themes directory too #136

Open
silviot opened this issue Jun 9, 2020 · 0 comments
Open

Allow symlinks for the themes directory too #136

silviot opened this issue Jun 9, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@silviot
Copy link
Contributor

silviot commented Jun 9, 2020

We should mount individual targets of symlinks if any are present in the themes dir of a project, in a similar way as what we do wrt requirements in

for el in self.requirements_dir.iterdir():
if el.is_symlink():
self.requirements_volumes = requirements_volumes
requirements_volumes[str(el.resolve())] = (
"/openedx/derex.requirements/" + el.name
)

@chiruzzimarco chiruzzimarco added the enhancement New feature or request label Jun 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants