Sublime Forum

What is the "One Stop Shop" liveReload plugin in sublime?

#1

Whats is the one stop shop Live Reload plugin in sublime ? That is i should just hit , CTRL + S and my html should update , as of now i am just using HTML/CSS , no pre processors etc .

Thank you.

0 Likes

#2

https://packagecontrol.io/search/live%20reload

0 Likes

#3

i Had Tried that , somehow does’t work for me . i added the extension for the browser too !

0 Likes

#4

This works: http://livereload.com
It just watches a bunch of folders and talks to a browser plugin to refresh. Doesn’t care or know about editors and allows you to run scripts or compile less/scss etc.

0 Likes

#5

What about for windows ?

0 Likes

#6

Try this.

0 Likes

#7

have installed liveReload , and the extension LiveReload for chrome and moved my project to HTdocs in my xampp , now when i open the page in the brower and click on enable Lie reload (the icon on the right left top) and then in my sublime editor , click on prefernaces and then click on “enable simple refesh” , … now eveything works fine .

But i don’t want to click on “enable simple refesh” for every document , how do i automate this ?

0 Likes

#8

You can’t. That’s why it’s called simple refresh.

0 Likes

#9

I don’t know what “enable simple refresh” is. You add folders to LiveReload and if you enable the button in your browser it will refresh automatically every time you change something in that folder. It’s pretty automatic but you have to tell it about all the folders you want to watch.

1 Like

#10

@braver …cool .

Thanks for your help guys .

@Jackeroo :grin: TY.

0 Likes