3

I have setup LiveReload for Sublime Text 3 by following this guide here.

I have installed the LiveReload Plugin for FireFox (it's enabled).

I have tested it with this simple HTML code:

<!DOCTYPE HTML>
<html>
    <head>

    </head>
    <body>
        <h1>Hello World!</h1>
    </body>
</html>

For some weird reason it doesn't work. What might cause this issue?

MattDMo
  • 100,794
  • 21
  • 241
  • 231
Robiow
  • 131
  • 1
  • 6

2 Answers2

10

Solution:

  • Open the command palette with Ctrl+Shift+P
  • Type LiveReload
  • When 'Enable/disable plugins' is highlighted, hit Enter.

Or

  • Go to Preferences > Package Settings > LiveReload > Plugins > Enable/disable plugins and hit Enter.
Robiow
  • 131
  • 1
  • 6
0

In case of chrome, click on the three dots at the top-right corner of the browser. Go to more tools>extensions>find the live reload extension.Click on the details and then allow access to the file URL as shown in the photo After having done that, go to the sublime text. Go to preferences>Package Settings>LiveReload>plugin and click on Enable/Disable plugins. (If the plugin was disabled, it would get enabled and vice versa) Then, do not forget to close both the browser and sublime text and reopen both. This should do the trick.

Community
  • 1
  • 1