takeoff icon indicating copy to clipboard operation
takeoff copied to clipboard

Bug: live reloading does not work

Open brindy opened this issue 7 years ago • 1 comments

Expected Behavior

After making changes to frontend-app it should automatically reload.

Actual Behavior

The app does not automatically reload. (Restarting the docker instance forces it.)

Steps to Reproduce the Problem

  1. Create a new project
  2. Edit a file in the project, e.g. change something visual in src/app/components/home/homepage.component.ts
  3. Running ng serve explicitly does support live reloading

Specifications

  • Version: 2.0.8
  • Platform: macOS 10.13.6 (High Sierra)
  • Subsystem:

brindy avatar Sep 15 '18 21:09 brindy

@brindy Can I ask one thing, does your app refresh on changes? At the moment I haven't actually enabled HOC hot-reloading but changes should reflect in a refresh.

tanepiper avatar Sep 17 '18 09:09 tanepiper