We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
we have just realized that make clean deletes the instance folder, and thus the Data.fs and blobs folders. Is this intended?
make clean
Data.fs
blobs
We can easily change the clean command to delete instance/etc which I think was the wanted feature.
clean
instance/etc
The text was updated successfully, but these errors were encountered:
I think it was intended. I use it if I want to make sure I'm starting over on everything, both the installed software and the site data.
I could definitely be convinced to change that and have a separate command for resetting the data, though.
Sorry, something went wrong.
No branches or pull requests
we have just realized that
make clean
deletes the instance folder, and thus theData.fs
andblobs
folders. Is this intended?We can easily change the
clean
command to deleteinstance/etc
which I think was the wanted feature.The text was updated successfully, but these errors were encountered: