-
Notifications
You must be signed in to change notification settings - Fork 210
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
Removing outdir #214
Comments
sorry @pvorb but this is by design, and changing it implies adding more complexity to deal with dead content and alien content in that folder. |
But it wouldn't be that hard to remove all files and directories in that folder, would it? |
sure, that sounds doable! A PR will be welcome! :) |
I'll digg into it. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I run yuidoc, it tries to remove
outdir
. I like to have a second shell headed at that directory, so yuidoc can't delete it and fails. It would be great, if I could prevent yuidoc from deleting that directory.The text was updated successfully, but these errors were encountered: