You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mads requested that I create an issue to track the possibility of reloading the browser after a successful build, as opposed to, or in addition to, reloading on save.
Honestly, I don't know if this is the correct repo to be creating this issue given the name of the repo -- "Reload on Save". I'm not sure if people would expect a "Reload on Save" extension to "Reload on Build". I'll be happy to recreate this issue in another repo if necessary.
The general idea is that it would be helpful if the browser would reload after a successful compilation. Often, I find myself writing back-end code for a page, and I'd love to have something that would refresh the browser once the build finishes.
Steps to recreate
Create an MVC site
Create a new controller action with some manner of business logic that returns data for a view.
Create the view that uses the data
Compile and view the page
Change the controller action to have different business logic.
Compile the site.
The page is not refreshed
Current behavior
The page is not refreshed after a successful compilation.
Expected behavior
The page should refresh after a successful compilation.
The text was updated successfully, but these errors were encountered:
Installed product versions
Description
Per https://twitter.com/mkristensen/status/863070980381462528?cn=cmVwbHk%3D&refsrc=email
Mads requested that I create an issue to track the possibility of reloading the browser after a successful build, as opposed to, or in addition to, reloading on save.
Honestly, I don't know if this is the correct repo to be creating this issue given the name of the repo -- "Reload on Save". I'm not sure if people would expect a "Reload on Save" extension to "Reload on Build". I'll be happy to recreate this issue in another repo if necessary.
The general idea is that it would be helpful if the browser would reload after a successful compilation. Often, I find myself writing back-end code for a page, and I'd love to have something that would refresh the browser once the build finishes.
Steps to recreate
Current behavior
The page is not refreshed after a successful compilation.
Expected behavior
The page should refresh after a successful compilation.
The text was updated successfully, but these errors were encountered: