Commit 4d6434a2 authored by Phil Freo's avatar Phil Freo

Adding 'connect' npm requirement as it is required to run `make test` (in...

Adding 'connect' npm requirement as it is required to run `make test` (in order for it to run `node js/tests/server.js`)
parent 857b8fb8
...@@ -82,10 +82,10 @@ Developers ...@@ -82,10 +82,10 @@ Developers
We have included a makefile with convenience methods for working with the Bootstrap library. We have included a makefile with convenience methods for working with the Bootstrap library.
+ **dependencies** + **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` + **build** - `make`
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment