Adding 'connect' npm requirement as it is required to run `make test` (in order for it to run `node js/tests/server.js`)

This commit is contained in:
Phil Freo 2012-07-03 23:34:11 -07:00
parent 857b8fb8be
commit 4d6434a2c7
1 changed files with 2 additions and 2 deletions

View File

@ -82,10 +82,10 @@ Developers
We have included a makefile with convenience methods for working with the Bootstrap library.
+ **dependencies**
Our makefile depends on you having recess, uglify.js, and jshint installed. To install, just run the following command in npm:
Our makefile depends on you having recess, connect, uglify.js, and jshint installed. To install, just run the following command in npm:
```
$ npm install recess uglify-js jshint -g
$ npm install recess connect uglify-js jshint -g
```
+ **build** - `make`