livereloadx

0.3.10 • Public • Published

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

/livereloadx/

    Package Sidebar

    Install

    npm i livereloadx

    Weekly Downloads

    66

    Version

    0.3.10

    License

    none

    Last publish

    Collaborators

    • nitoyon