diff options
| author | Phil Crosby | 2014-08-12 08:28:42 -0700 | 
|---|---|---|
| committer | Phil Crosby | 2014-08-12 08:28:42 -0700 | 
| commit | be76291cfdbae4ce142efe2ab35795fff91e12e6 (patch) | |
| tree | 954c65df8cca963e20fe8803a636fb924d107deb /CONTRIBUTING.md | |
| parent | 4ab75878b3d59c0f970195bfae191781e0b9f5b3 (diff) | |
| parent | 06729270f7e3968d9a6bd6c8ec8d47f3afe97bd7 (diff) | |
| download | vimium-be76291cfdbae4ce142efe2ab35795fff91e12e6.tar.bz2 | |
Merge pull request #922 from camflint/FixBuildAndTestTasksOnWindows
Fix build and test tasks on Windows
Diffstat (limited to 'CONTRIBUTING.md')
| -rw-r--r-- | CONTRIBUTING.md | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2efe73a2..03ac26e9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -36,7 +36,8 @@ install Vimium from source:  Our tests use [shoulda.js](https://github.com/philc/shoulda.js) and [PhantomJS](http://phantomjs.org/). To run the tests:   1. `git submodule update --init --recursive` -- this pulls in shoulda.js. - 1. [Install PhantomJS.](http://phantomjs.org/download.html) + 1. Install [PhantomJS](http://phantomjs.org/download.html). + 1. `npm install path` to install the [Node.js Path module](http://nodejs.org/api/path.html), used by the test runner.   1. `cake build` to compile `*.coffee` to `*.js`   1. `cake test` to run the tests. | 
