Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Froom <jeff@jfroom.com>2013-02-17 07:37:08 +0400
committerJeff Froom <jeff@jfroom.com>2013-02-17 07:37:08 +0400
commitba8ba1fe7298a91ee44db6afceb77d82fc711d93 (patch)
tree64dab9dece22fb9d03d04d3d59edc8773137f08f /README.md
parent8c7f9c66a7d12f47f50618ef420868fe836d0c33 (diff)
Added Development > build: "make bootstrap" notes.
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index 4f74a15f2b..654c8f17c9 100644
--- a/README.md
+++ b/README.md
@@ -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.