lite-server
lite-server copied to clipboard
Angular2 with TypeScript does not watch for file changes in Laravel Homestead
trafficstars
I use Angular2 QuickStart example and watching for file changes does not seem to work.
Bug repro steps
- Follow Angular2 QuickStart https://angular.io/docs/ts/latest/quickstart.html
- Start server: npm start
Server has started and does not print out any errors, and it show "watching for file changes" message.
Environment
lite-server: 2.2.2 node: 5.10.1 npm: 3.8.3 Linux homestead 3.19.0-25-generic #26~14.04.1-Ubuntu SMP Fri Jul 24 21:16:20 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
This works on my local machine, but does not work on Laravel Homestead Linux box.