natemoo-re / microsite

Do more with less JavaScript. Microsite is a smarter, performance-obsessed static site generator powered by Preact and Snowpack.

Home Page:https://npm.im/microsite

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Watch/Serve mode

natemoo-re opened this issue · comments

microsite build is built on top of rollup, but does multiple passes for the build stage. I'd like to reduce the number of passes as much as possible, which will improve perf and make the logic required for watching a lot simpler.

The API will be exposed as microsite dev and microsite build --serve