doc: recompile before testing core module changes
authorPhillip Johnsen <johphi@gmail.com>
Wed, 24 Jun 2015 18:35:43 +0000 (20:35 +0200)
committerSakthipriyan Vairamani <thechargingvolcano@gmail.com>
Sun, 19 Jul 2015 17:00:15 +0000 (17:00 +0000)
commitc7d8b091623b5dd30977d29f946051c0bf328ad1
treeea4b9ee6aee6b24a0a3404cd542d211b61a81e41
parentfef87fee1de60c3d5db2652ee2004a6e78d112ff
doc: recompile before testing core module changes

Changes to core modules do not take effect unless recompiled. Tip new
contributors about this when describing how to run tests in
contribution guide.

Removed `jslint` from first test command example, as jslint is included
when running `make test`.

Fixed wrong path of example stream2-transform test.

PR-URL: https://github.com/nodejs/io.js/pull/2051
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
CONTRIBUTING.md