htmltest icon indicating copy to clipboard operation
htmltest copied to clipboard

Set the default for OutputDir to just .htmltest

Open wjdp opened this issue 7 years ago • 1 comments

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.

wjdp avatar Jan 27 '18 22:01 wjdp

Seems like a textbook usecase for os.UserCacheDir.

earthboundkid avatar Aug 31 '18 15:08 earthboundkid