]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Added Development > build: "make bootstrap" notes. 6964/head
authorJeff Froom <jeff@jfroom.com>
Sun, 17 Feb 2013 03:37:08 +0000 (21:37 -0600)
committerJeff Froom <jeff@jfroom.com>
Sun, 17 Feb 2013 03:37:08 +0000 (21:37 -0600)
README.md

index 4f74a15f2b330a80cc0664a24850b216279818aa..654c8f17c9c988d1671cc0a51b41a5c248d82b09 100644 (file)
--- 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.