From a6b10206799686451d279af7a475e95a540e88c9 Mon Sep 17 00:00:00 2001 From: Amy Lam Date: Fri, 11 May 2018 14:26:14 -0700 Subject: [PATCH 01/11] Add LiveReload Add to docs/, website/blog/, website/pages/, and website/static --- lib/core/Site.js | 1 + lib/server/server.js | 24 +++++++++++ package.json | 4 +- yarn.lock | 99 +++++++++++++++++++++++++++++++++++++++++--- 4 files changed, 122 insertions(+), 6 deletions(-) diff --git a/lib/core/Site.js b/lib/core/Site.js index 9c151f4f0905..72101a195b3d 100644 --- a/lib/core/Site.js +++ b/lib/core/Site.js @@ -159,6 +159,7 @@ class Site extends React.Component { }} /> ))} +