An open API service indexing awesome lists of open source software.

https://github.com/mattdmo/livereload-archive

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.
https://github.com/mattdmo/livereload-archive

Last synced: 2 months ago
JSON representation

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.

Awesome Lists containing this project

README

          

# 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](http://sublimetext.com "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:

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

- Simple Reload from http GET request, reloads page on visit to http://localhost:35729/callback/simplereloadplugincallback/on_post_compile
- Send content on change, sends file content to browser console

# Plug-in api

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