From: Jeff Froom Date: Sun, 17 Feb 2013 03:37:08 +0000 (-0600) Subject: Added Development > build: "make bootstrap" notes. X-Git-Tag: v3.0.0-rc1~570^2^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ba8ba1fe7298a91ee44db6afceb77d82fc711d93;p=thirdparty%2Fbootstrap.git Added Development > build: "make bootstrap" notes. --- 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. Read more in our docs » ++ **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. + + Read more in our docs » + **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.