0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-29 11:24:18 +01:00

Added Development > build: "make bootstrap" notes.

This commit is contained in:
Jeff Froom 2013-02-16 21:37:08 -06:00
parent 8c7f9c66a7
commit ba8ba1fe72

View File

@ -66,8 +66,10 @@ Our makefile depends on you having recess, connect, uglify.js, and jshint instal
$ npm install recess connect uglify-js jshint -g
```
+ **build** - `make`
Runs the recess compiler to rebuild the `/less` files and compiles the docs pages. Requires recess and uglify-js. <a href="http://twitter.github.com/bootstrap/extend.html#compiling">Read more in our docs &raquo;</a>
+ **build**
+ `make` - Runs the recess compiler to rebuild the `/less` files and compiles the docs pages. Requires recess and uglify-js.
+ `make bootstrap` - Creates `/bootstrap` folder with deployment only files in it.
+ <a href="http://twitter.github.com/bootstrap/extend.html#compiling">Read more in our docs &raquo;</a>
+ **test** - `make test`
Runs jshint and qunit tests headlessly in [phantomjs](http://code.google.com/p/phantomjs/) (used for ci). Depends on having phantomjs installed.