mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
clarification on readme makefile
This commit is contained in:
parent
6ccf588a8e
commit
e2fabe2317
1 changed files with 2 additions and 2 deletions
|
@ -38,13 +38,13 @@ Documentation for [previous versions](https://github.com/twitter/bootstrap/tags)
|
||||||
|
|
||||||
## Compiling CSS and JavaScript
|
## Compiling CSS and JavaScript
|
||||||
|
|
||||||
Bootstrap includes a makefile with convenient methods for working with the framework. Before getting started, be sure to install the necessary local dependencies:
|
Bootstrap includes a [makefile](Makefile) with convenient methods for working with the framework. Before getting started, be sure to install [the necessary local dependencies](package.json):
|
||||||
|
|
||||||
```
|
```
|
||||||
$ npm install
|
$ npm install
|
||||||
```
|
```
|
||||||
|
|
||||||
Once installed, you'll be able to run the various make commands provided:
|
When completed, you'll be able to run the various make commands provided:
|
||||||
|
|
||||||
#### build - `make`
|
#### build - `make`
|
||||||
Runs the recess compiler to rebuild the `/less` files and compiles the docs. Requires recess and uglify-js.
|
Runs the recess compiler to rebuild the `/less` files and compiles the docs. Requires recess and uglify-js.
|
||||||
|
|
Loading…
Reference in a new issue