You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
No idea why you would cache versions 'globally' like this in the first place but...
Instead of placing the cached files in the home directory it should be placed in the appropriate directory per OS. I know there is an env variable but following convention should be a good default.
What is the current behavior?
Saving everything in ~/.gitbook.
What is the expected behavior?
Saving everything in the appropriate directory per OS, e.g. for Linux: ~/.cache/gitbook.
The text was updated successfully, but these errors were encountered:
Siilwyn
changed the title
Follow conventions to save cached versions appropriate location
Follow conventions to save cached versions in appropriate location
May 30, 2017
No idea why you would cache versions 'globally' like this in the first place but...
Instead of placing the cached files in the home directory it should be placed in the appropriate directory per OS. I know there is an env variable but following convention should be a good default.
What is the current behavior?
Saving everything in
~/.gitbook
.What is the expected behavior?
Saving everything in the appropriate directory per OS, e.g. for Linux:
~/.cache/gitbook
.See same issues in other tools: greenkeeper, atom, js-v8flags, electron-download.
The text was updated successfully, but these errors were encountered: