I get ```Cannot watch file at path baddies/Bumbleb...
# ceramic
a
I get
Copy code
Cannot watch file at path baddies/BumblebeeBoyYellow.hx with StandardWatcher on this target
But I tried to change the StandardWatcher to
Copy code
ceramic.FileWatcher
with
Copy code
LiveReload.defaultWatcher = new FileWatcher();
. But I still get this warning.