[bisq-network/bisq-website] Update readme with notes on testing and reviewing (#268)

wiz notifications at github.com
Fri Oct 18 07:31:17 UTC 2019


wiz commented on this pull request.



>  
+For changes that may alter the site's functionality, it can be helpful to `diff` the built code base in `_site/` against the existing built code base. You can do this by running something like `git diff -ru <upstream _site folder> <local _site folder>` or by comparing the 2 directories with a graphical tool like Meld.

```suggestion
For changes that may alter the site's functionality, it can be helpful to `diff` the generated HTML code in `_site/` against the current live production website's HTML code. You can do this by building `master` branch and your work branch in separate folders, and then run something like `git diff -ru <upstream/master _site folder> <local/work _site folder>` or by comparing the 2 directories with a graphical tool like Meld.
```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/bisq-website/pull/268#pullrequestreview-303708645
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20191018/a32a897e/attachment.html>


More information about the bisq-github mailing list