takeoff-env / takeoff

A rapid development environment using docker for convenience.
https://takeoff.sh/
MIT License
271 stars 17 forks source link

Bug: live reloading does not work #49

Open brindy opened 5 years ago

brindy commented 5 years ago

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

tanepiper commented 5 years ago

@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.