From: Phil Freo Date: Wed, 4 Jul 2012 06:34:11 +0000 (-0700) Subject: Adding 'connect' npm requirement as it is required to run `make test` (in order for... X-Git-Tag: v2.1.0~2^2~227^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F3993%2Fhead;p=thirdparty%2Fbootstrap.git Adding 'connect' npm requirement as it is required to run `make test` (in order for it to run `node js/tests/server.js`) --- 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`