Live reload - New files

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:

  1. Run the above command
  2. Create a new .js or .html file under www/
  3. A reload is not triggered.

Is this intentional?