• Stars
    star
    203
  • Rank 191,792 (Top 4 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created over 11 years ago
  • Updated over 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

An implementation of the LiveReload 2.X server in Node.js

LiveReloadX

Build Status

Edit & Reload

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 livereloadx

Install dependant modules:

npm install

Check 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 mochaTest

Run jshint and unit tests.

grunt

Edit project page

Install Ruby and Jekyll:

gem install jekyll

Install dependant modules:

cd gh-pages
npm install
npm install -g grunt-cli

Run grunt.

grunt

Now open http://localhost:35927/_site/ on your browser.

Related Projects