Skip to content

Commit

Permalink
chore: remove io.js references (#1070)
Browse files Browse the repository at this point in the history
  • Loading branch information
seldo authored and remy committed Sep 4, 2017
1 parent 8204b69 commit 1613394
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -238,22 +238,6 @@ nodemon({
});
```

## Using io.js for nodemon

If you *only* have io.js installed (and the default install creates a symlink from `node` to `iojs`), then nodemon will work just fine out of the box (or [should](https://github.com/remy/nodemon/issues/468)).

If you've got *both* node and io.js installed, then it's easy! You can either edit the local `nodemon.json` file (in your working directory) or in your `$HOME` directory containing:

```json
{
"execMap": {
"js": "iojs"
}
}
```

Now you nodemon will use [io.js](https://iojs.org/) with JavaScript files instead of node.

## Using nodemon in your gulp workflow

Check out the [gulp-nodemon](https://github.com/JacksonGariety/gulp-nodemon) plugin to integrate nodemon with the rest of your project's gulp workflow.
Expand Down

0 comments on commit 1613394

Please sign in to comment.