Skip to content
This repository has been archived by the owner on Dec 1, 2020. It is now read-only.

Commit

Permalink
Added a note about node-supervisor to README
Browse files Browse the repository at this point in the history
  • Loading branch information
brikis98 committed Apr 10, 2011
1 parent f06f127 commit 3713b23
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -143,6 +143,8 @@ Example usage:
// the same code will work server side too! In server.js:
dust.render('foo', {}, function(err, out) { console.log(err ? err : out); }); // output: 'Hello world!'

In addition to this watcher utility, I highly recommend using [node-supervisor](https://github.com/isaacs/node-supervisor) so that your node.js instance automatically redeploys any time you make a code change to it. Sure beats having to hit `ctrl+c, up-arrow, enter` each time you change server.js.

# License

(The MIT License)
Expand Down

0 comments on commit 3713b23

Please sign in to comment.