mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
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:
parent
857b8fb8be
commit
4d6434a2c7
1 changed files with 2 additions and 2 deletions
|
@ -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`
|
||||
|
|
Loading…
Reference in a new issue