Closed GHNewbiee closed 4 years ago
If you're making changes to public/index.html
, it's obvious that the change won't reload the page. The content server still doesn't support file watching, I will try to do something about it.
Then, it would be better to make the following changes temporarily to avoid misleading users/readers:
<p>
src/index.js
and public/index.html
src/index.js
.
watchOptions
to mirror the actual/current situation.Now file watching is supported by the content server. Just update to the latest version.
"reboost": "0.9.1"
reboost.js
src/index.js
public/index.html
public/index.html
page auto-reloading does fail. Do I miss something obvious and important?