From 4d6434a2c76e7dc5a0b271aa8c222f8bfced0ff0 Mon Sep 17 00:00:00 2001 From: Phil Freo Date: Tue, 3 Jul 2012 23:34:11 -0700 Subject: [PATCH] Adding 'connect' npm requirement as it is required to run `make test` (in order for it to run `node js/tests/server.js`) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 210667c191..0a375fb3c2 100644 --- a/README.md +++ b/README.md @@ -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`