MystenLabs / walrus-sites

Walrus Sites: Decentralized Websites using Sui and Walrus.
https://docs.walrus.site/walrus-sites/intro.html
Apache License 2.0
11 stars 14 forks source link

feat(site-builder): refactor & introduce updates #27

Closed giac-mysten closed 5 months ago

giac-mysten commented 5 months ago

The site builder now allows to update existing sites based on a diff with the publishing directory. The diff considers both file names and contents.

A --watch flag is also introduced, that allows to push updates whenever there is a change on disk.

Closes #3

giac-mysten commented 5 months ago

Thanks @jpcsmith !