Commit 3d770ab7 authored by Mark Otto's avatar Mark Otto
Browse files

Merge branch 'philfreo-patch-1' into 2.1.0-wip

parents fb290759 4d6434a2
Showing with 2 additions and 2 deletions
+2 -2
......@@ -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`
......
Supports Markdown
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