Gahhh! How do I get Livereload to stop giving this origin error? I get that normally security keeps you from calling files on your own machine, but I am trying to correct for that. How?
Xampp servers are running.
Then this: open -a 'Google Chrome' --args -allow-file-access-from-files
This is in there:
My HTML calls on it like so:
So why this error?
FWIW, I can call the file fine with Safari alone (which as you know will let you call files from your own machine.)