antwarjs / antwar

A static site generator built with React and Webpack.
https://antwar.js.org/
MIT License
460 stars 35 forks source link

Improve build performance #21

Closed bebraw closed 9 years ago

bebraw commented 9 years ago

Now the build relies a lot on sync versions of fs functions. I'm not sure how much these actually slow down things but it might be a nice idea to port them to async.

bebraw commented 9 years ago

I've done the conversion. There's probably more to be done perf-wise but at least this isn't a problem anymore.

eldh commented 9 years ago

Great.