Hi there,
Using the ionic CLI to run: ionic run android -l -c -s, I notice that the livereload feature doesn’t take files created after the command has initiated into account. For example:
- Run the above command
- Create a new .js or .html file under www/
- A reload is not triggered.
Is this intentional?