I am slowly concluding that Middleman is pretty slow compared to other solutions and static generators out there. It’s just doesn’t make sense to wait that long and re-generate every single file in /source
just because I’ve removed a single character in one file.
Also, even if there was an option to skip files that weren’t modified, the pretty slow build a website that has less than 200 pages is laughably slow on a decent machine (1.7GHz Intel Core i7 with 8GB of 1600MHz DDR3 RAM).
It’s scary to think about what will happen once the site grows to 1000+ pages.
Having said that, I am looking for a static file generator that:
a) can skip re-generation of files that weren’t modified
b) has faster build times
Suggestions?