Skip to content

This is an archive for the Sublime Text LiveReload plugin. It is made available under no warranty whatsoever. Issues have been disabled, and I will ignore any pull requests. I have no plans of maintaining it.

MattDMo/LiveReload-archive

Repository files navigation

This repo is being made available as a public service. I have no relation to the original author, and I have no plans for maintaining it. If anyone would like to maintain it, contact me.


LiveReload for Sublime Text 3

A web browser page reloading plugin for the Sublime Text 3 editor.

Installing

Open Terminal and

Linux users

cd ~/.config/sublime-text-3/Packages
rm -rf LiveReload
git clone -b devel https://github.com/dz0ny/LiveReload-sublimetext2.git LiveReload

OSX users

cd ~/Library/Application\ Support/Sublime\ Text\ 3/Packages/
rm -rf LiveReload
git clone -b devel https://github.com/dz0ny/LiveReload-sublimetext2.git LiveReload

Using

Enable the desired plug-ins via Command Palette (Ctrl+Shift+P) and add livereload.js to your html document:

<script>document.write('<script src="http://' + (location.host || 'localhost')
.split(':')[0] + ':35729/livereload.js?snipver=1"></' + 'script>')</script>

Alternatively you can use one of the browser extensions listed here: http://go.livereload.com/extensions.

Available plug-ins:

  • Compass Preprocessor, compiles .scss, .sass and refreshes page when file is compiled
  • Less Preprocessor, compiles .less and refreshes page when file is compiled
  • CoffeeScript Preprocessor, compiles .coffee and refreshes page when file is compiled
  • Simple Reload, refresh page when file is saved
  • Simple Reload with delay(400ms), wait 400ms then refresh page, when file is saved

Examples

Plug-in api

https://livereload-for-sublime-text.readthedocs.org/en/latest/

About

This is an archive for the Sublime Text LiveReload plugin. It is made available under no warranty whatsoever. Issues have been disabled, and I will ignore any pull requests. I have no plans of maintaining it.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published