htmltest
htmltest copied to clipboard
Set the default for OutputDir to just .htmltest
OutputDir is currently defaulted to tmp/.htmltest which is rather specific (why a tmp folder?).
It was set to this as it fit best with the way I arrange my static site projects.
I think we should just set it to .htmltest as that makes less assumptions on how the tool is used.
Seems like a textbook usecase for os.UserCacheDir.