5

I recently installed the LiveReload plugin for Sublime Text 3. I also installed the LiveReload Chrome extension. Everything works great, however there's one remaining headache. I need to go into package control in Sublime and enable the LiveReload Simple Reload plugin every time I open Sublime. Is there a way to permanently enable Sublime Text 3 LiveReload plugins?

MattDionis
  • 3,534
  • 10
  • 51
  • 105

2 Answers2

4

I installed: https://github.com/Grafikart/ST3-LiveReload

Next: preferences -> Packge Settings -> LiveReload -> Settings - User

Add:

{ 
    "enabled_plugins": [
        "SimpleRefresh"
    ]
}
Ziv
  • 56
  • 2
2

{ "enabled_plugins": [ "SimpleReloadPlugin", "SimpleRefresh" ] }

Lorena Pita
  • 1,366
  • 1
  • 17
  • 20