Skip to content

Bolero.Template hot reloading breaks on unfilled hole #15

Description

@sebastian

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions