-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Labels
Description
Description
To be able to efficiently debug an Appier application it's very important to be able to have it reloaded at a development time. Effectively avoiding the need to restart the application & debugger.
Implemenation
Most of the implementation requires the checking of changes in the source files.
The overall algorithm can be defined as:
- Detect the files that belong to a certain project
- Check for changes on those files
- If changes exist reload the associated modules