mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-03 21:25:13 +00:00
[PR #390] [MERGED] Live reload #1154
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/ElectronNET/Electron.NET/pull/390
Author: @syedadeel2
Created: 5/1/2020
Status: ✅ Merged
Merged: 5/1/2020
Merged by: @GregorBiswanger
Base:
master← Head:LiveReload📝 Commits (5)
a0e0cc3/watch arg added, main.js updated20ca72bmy file deleted2987e31commented out the code00eb9861. Watch enabled successfully.01d938fStoring main window instance to reload later.📊 Changes
12 files changed (+315 additions, -66 deletions)
View changed files
📝
ElectronNET.API/ElectronNET.API.csproj(+1 -1)📝
ElectronNET.API/WebHostBuilderExtensions.cs(+16 -4)📝
ElectronNET.CLI/Commands/StartElectronCommand.cs(+12 -1)📝
ElectronNET.CLI/ElectronNET.CLI.csproj(+7 -2)📝
ElectronNET.CLI/Properties/launchSettings.json(+1 -1)📝
ElectronNET.Host/api/browserWindows.js(+16 -1)📝
ElectronNET.Host/api/browserWindows.ts(+18 -2)📝
ElectronNET.Host/main.js(+87 -13)📝
ElectronNET.Host/package-lock.json(+151 -38)📝
ElectronNET.Host/package.json(+1 -0)📝
ElectronNET.WebApp/Controllers/MenusController.cs(+3 -1)📝
ElectronNET.WebApp/ElectronNET.WebApp.csproj(+2 -2)📄 Description
Hi,
I have re-wrote the Live Reload concept and tested. see the demo video
https://screencast-o-matic.com/watch/cYhVQfBuPo
If everything is good please merge and assign me any issues raised by any user.
Regards,
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.