zaydek / retro-legacy

[WIP] Your friendly neighborhood React static-site generator
MIT License
2 stars 0 forks source link

[Todo] Should we every destroy / recreate from scratch cache / build? #35

Closed zaydek closed 3 years ago

zaydek commented 3 years ago

We want to make sure that we aren’t keep stale files in build but that’s basically it. Maybe we had a --purge option which is converse to --cached? In that case we should rename --cached to --cache. Therefore, purge and cache should be mutually exclusive.

zaydek commented 3 years ago

I prefer the elegance of just having --cached and not forcing confusing flags on the user.