Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

7
  • Glad you finally got it working, I'm not going to use this though as I don't trust myself not to accidentally commit the XML to the codebase, I wouldn't like to see that end up on production. Commented Mar 26, 2018 at 11:58
  • @BenCrook - look at the RemoteLiveReload browser extension for Chrome, the "official" LiveReload only connects to localhost:335729. Also see my answer on magento.stackexchange.com/a/225390/289 for more debugging tips Commented May 9, 2018 at 21:37
  • Thanks for the suggestion, fortunately I don't use Grunt anymore so this isn't an issue for me. Commented May 10, 2018 at 8:03
  • 1
    My project is design by CoffeeScript and no default.xml file found, how to change ip address in my project. (in livereload step 4) Commented Jun 19, 2018 at 3:01
  • 2
    Just so you know according to the livereload.js github repo they suggest using <script src="http://localhost:35729/livereload.js" src_type="url"></script>. Commented Sep 5, 2019 at 13:41