0.0.6 • Published 11 years ago

another-livereload v0.0.6

Weekly downloads
4
License
-
Repository
github
Last release
11 years ago

another-LiveReload

Another LiveReload Server in Node.js Version.

What is LiveReload ? (livereload.com)http://livereload.com/

Installation

Install another-livereload width npmjs:

$ npm install another-livereload

Quickstart

$ anotherlr [-p port] [-i interval]

Middleware

Do more complex tasks before reload pages by useing middlewares.

var path = require('path');
var lr = require('another-livereload');

lr.rules(/\.(css|scss|js|html)$/);

lr.use(/\.scss$/, function (file, msg) {
  // ...
});

lr.watch(path.join(__dirname, 'public'));

lr.run();
0.0.6

11 years ago

0.0.5

11 years ago

0.0.4

11 years ago

0.0.3

11 years ago

0.0.2

11 years ago

0.0.1

11 years ago

0.0.0

11 years ago