GitHub user tbranyen opened a pull request:
https://github.com/apache/couchdb-fauxton/pull/9
Improve the local running by avoiding PATH modification
You can run without a global install by leveraging the NPM package.json
scripts object. This alleviates the need to modify your global system
PATH. By specifying the test script field, you can shortcut testing to:
npm test
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/tbranyen/couchdb-fauxton local-improvement
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/couchdb-fauxton/pull/9.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #9
----
commit 9b14569579e4601e8e920b0ebb7aaeea654e0fc7
Author: Tim Branyen <[email protected]>
Date: 2014-07-21T15:33:40Z
Improve the local running by avoiding PATH mod
You can run without a global install by leveraging the NPM package.json
scripts object. This alleviates the need to modify your global system
PATH. By specifying the test script field, you can shortcut testing to:
npm test
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---