livereloadx
v0.3.10
Published
An implementation of the LiveReload 2 server in Node.js
Maintainers
Readme
LiveReloadX

User documentation is under http://nitoyon.github.io/livereloadx/.
This is developer documentation.
Setting up a development environment
First, clone a git repo by running:
git clone git://github.com/nitoyon/livereloadx.git
cd livereloadxInstall dependant modules:
npm installCheck out gh-pages branch if you wish to edit project page:
git new-workdir . gh-pages gh-pages(ref) git-new-workdir, git-new-workdir-win
Running tests
Run unit tests.
grunt mochaTestRun jshint and unit tests.
gruntEdit project page
Install Ruby and Jekyll:
gem install jekyllInstall dependant modules:
cd gh-pages
npm install
npm install -g grunt-cliRun grunt.
gruntNow open http://localhost:35927/_site/ on your browser.
Related Projects
- livereload: Official version.
- mklabs/tiny-lr: Tiny reimplementation of LiveReload 2.X server in node.js.
- gruntjs/grunt-contrib-watch: Grunt task.
- josh/node-livereload, clonn/simple-livereload, khoomeister/livereloaded: Reimplementation of LiveReload 1.X server in node.js
- usualoma/node-livereload-hub: Yet another reimplementation of LiveReload 1.X server (Reload via the HTTP request)
- guard/guard-livereload: Ruby implementation running with guard.
