dsheets / tower

A Straightforward and Extensible Static Site Generator
7 stars 4 forks source link

Prepare target directory before generation #10

Open dsheets opened 9 years ago

dsheets commented 9 years ago

Currently we just generate into whatever exists https://github.com/dsheets/tower/blob/master/cli/towerBuild.ml#L92. Either we need to do some set operations to check we don't overwrite things or we need to clean out whatever we don't overwrite (or clean and rebuild the whole from scratch).