LiveReload shows errors
I am using a local server Wamp 3.0.9 with OS Windows 10 64-bit fully up-to-date. I have installed LiveReload in ST3 and I'm using Waterfox 56.2.1 as my browser. I have installed the LiveReload plugin in Waterfox and that appears to be working fine. I am developing a site using Codeigniter 3. I have enabled SimpleReload in ST3. When I save a php page, the browser does refresh although the console shows errors. When I save a CSS file however, the browser does not refresh. I attach files with the console readouts for both situations. Can you suggest a fix? ST3 console readout for php save.txt ST3 console readout for css save.txt
I guess this is related to https://github.com/revolunet/sublimetext-markdown-preview/issues/376
CSS refresh started working but has now stopped again - can't understand what caused it. When I save the CSS doc I get this console message:
{"command": "reload", "apply_images_live": null, "apply_js_live": null, "apply_css_live": null, "path": "default.css"}
Does that show an error?
{"path": "test.html", "apply_js_live": null, "apply_css_live": null, "apply_images_live": null, "command": "reload"}
I got this problem too ,how to fix it ?