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

Bolero.Template hot reloading breaks on unfilled hole #15

Open
sebastian opened this issue Dec 14, 2020 · 0 comments
Open

Bolero.Template hot reloading breaks on unfilled hole #15

sebastian opened this issue Dec 14, 2020 · 0 comments
Labels
bug Something isn't working

Comments

@sebastian
Copy link

To replicate run the standard bolero app generated by the standard template.
When text content in the main.html template file everything nicely hot reloads in the browser.
If however an unfilled hole is added, the entire thing breaks. The breakage persists even if the whole is immediately removed again.

Sometimes the breakage is so severe that I have entirely remove the src/*.Client/obj folder and restart the server before it starts working again.

For example:

      <template id="Home">
        <div class="content">
          <h1 class="title">Welcome to Bolero!!</h1>
          <p>This application demonstrates Bolero's major features: ${UnfilledHole}.</p>
          ...
        </div>
        ...
      </template
@Tarmil Tarmil transferred this issue from fsbolero/Bolero Apr 11, 2021
@Tarmil Tarmil added the bug Something isn't working label Apr 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants