Commit ba8ba1fe authored by Jeff Froom's avatar Jeff Froom

Added Development > build: "make bootstrap" notes.

parent 8c7f9c66
...@@ -66,8 +66,10 @@ Our makefile depends on you having recess, connect, uglify.js, and jshint instal ...@@ -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 $ npm install recess connect uglify-js jshint -g
``` ```
+ **build** - `make` + **build**
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> + `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` + **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. Runs jshint and qunit tests headlessly in [phantomjs](http://code.google.com/p/phantomjs/) (used for ci). Depends on having phantomjs installed.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment