> clean
> installWebsite
$ exists website/src
$ exists website/static
$ exists website/LICENSE

# Running installWebsite again should succeed and be a no-op: since the website
# directory already exists, the task warns and skips scaffolding instead of
# removing/reinstalling it.
> installWebsite
$ exists website/src
$ exists website/static
$ exists website/LICENSE