Comment on Show HN: A dead simple static site generator – just two template tagsparentComments−icebraining12yReading the source, it also has a built-in web server (based on Python's SimpleHTTPServer) and a file watcher to automatically rebuild the site.−keithpeter12ySo the watcher only writes files that have been edited unless there is a change to one of the repeated tag files?−icebraining12yI think it rebuilds the whole site - I don't see any logic for identifying the changed file and rebuilding only that.
Comments
Reading the source, it also has a built-in web server (based on Python's SimpleHTTPServer) and a file watcher to automatically rebuild the site.
So the watcher only writes files that have been edited unless there is a change to one of the repeated tag files?
I think it rebuilds the whole site - I don't see any logic for identifying the changed file and rebuilding only that.