Skip to content

Volto Core download attempts to download all comit history of mighty volto #91

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

Open
Faakhir30 opened this issue Mar 31, 2025 · 1 comment
Labels
04 type: enhancement making existing stuff better

Comments

@Faakhir30
Copy link

on initilaizing an addon with pipx run cookieplone frontend_addon.
Then doing make install do https://github.com/plone/volto/ to setup addon dev environment with volto.

Could be made faster by using git clone https://github.com/plone/volto.git --depth=1, since old commits are not needed IMO.
Image

Only faced this issue on slow internet, otherwise would be fine.

@Faakhir30 Faakhir30 added the 04 type: enhancement making existing stuff better label Mar 31, 2025
@davisagli
Copy link
Member

Yes, this would be a good improvement. The volto clone is done using https://github.com/collective/mrs-developer, so this might require a new option there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
04 type: enhancement making existing stuff better
Projects
None yet
Development

No branches or pull requests

2 participants