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

Rewamp "clean" task #160

Open
andypost opened this issue Sep 25, 2019 · 1 comment
Open

Rewamp "clean" task #160

andypost opened this issue Sep 25, 2019 · 1 comment

Comments

@andypost
Copy link
Contributor

This task used to remove files which could be "re-builded" with composer/scaffold to minimize disk space used by project when it's not needed, also here we clean-up database files/dirs

More and more we store some additions in web/sites/*/ so we can't clean-up the whole dir

Initially we thought to store this additions in https://github.com/skilld-labs/skilld-docker-container/tree/master/settings dir but time shows that devs ignore it and put everything in sites

@andypost
Copy link
Contributor Author

Basically we can delete all dirs (as root to remove read only files) and use git reset --hard to repair all commited files

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant