-
Notifications
You must be signed in to change notification settings - Fork 190
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 .cache directory to be configurable? #16
Comments
Isn't the |
@regular That's actually close! I realized there's a little issue, though. |
@bebraw I got that too (also have the clone directory inside the basePath). I was able to resolve this by using relative paths rather than absolute paths. There seems to be a bug in utils.js that only surfaces when paths are absolute. |
@regular Ah, I see. Thanks for the tip! |
It looks like
gh-pages
figures out.cache
dir like this:This can get rather nasty in case you are using
gh-pages
in a cli wrapper. What if we introducedcachePath
option that, if set, would override this function? This would give me the flexibility I need.The text was updated successfully, but these errors were encountered: