uwe-app / app

Universal web editor
https://uwe.app
0 stars 0 forks source link

Live reload / UI settings #70

Open tmpfs opened 4 years ago

tmpfs commented 4 years ago

Support live reload and other UI settings:

Controls would always show the notification box and include a button to trigger a full build.

tmpfs commented 4 years ago

@chrism, notifications are done and can be disabled if needs be:

[livereload]
notify = false

What are your thoughts on exposing a control to "Build" (perform a full re-build)? My thinking is that it could be useful for when the live reload invalidation cannot know that what you are seeing has changed (for example looking at a directory listing and changing a page within that listing) and would prevent context switching to the command line and restarting the server.