Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reload on build #9

Open
alexdresko opened this issue Jun 10, 2017 · 0 comments
Open

Reload on build #9

alexdresko opened this issue Jun 10, 2017 · 0 comments

Comments

@alexdresko
Copy link

Installed product versions

  • Visual Studio: 2017 15.2 (26430.13)
  • This extension: 1.0.25

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

  1. Create an MVC site
  2. Create a new controller action with some manner of business logic that returns data for a view.
  3. Create the view that uses the data
  4. Compile and view the page
  5. Change the controller action to have different business logic.
  6. Compile the site.
  7. 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant