From: Mark Otto Date: Tue, 23 Apr 2013 06:01:11 +0000 (-0700) Subject: explicit callout in readme for building static assets; fixes #7632 X-Git-Tag: v3.0.0-rc1~406^2~6 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=da4a08754af8ad33a808d610b3cc8b897e79925c;p=thirdparty%2Fbootstrap.git explicit callout in readme for building static assets; fixes #7632 --- diff --git a/README.md b/README.md index 3ecafb6f1f..b4b934f60a 100644 --- a/README.md +++ b/README.md @@ -51,13 +51,16 @@ $ npm install When completed, you'll be able to run the various make commands provided: -#### build - `make` or `make bootstrap` -`make` runs the Recess compiler to rebuild the `/less` files and compile the docs. `make bootstrap` creates the `/bootstrap` directory with compiled files. **Requires recess and uglify-js.** +#### Build - `make` +`make` runs the Recess compiler to rebuild the `/less` files and compile the docs. **Requires recess and uglify-js.** -#### test - `make test` +#### Compile CSS, JS, and fonts - `make bootstrap` +`make bootstrap` creates the `/bootstrap` directory with compiled files. **Requires recess and uglify-js.** + +#### Tests - `make test` Runs jshint and qunit tests headlessly in [phantomjs](http://code.google.com/p/phantomjs/) (used for ci). **Requires phantomjs.** -#### watch - `make watch` +#### Watch - `make watch` This is a convenience method for watching just Less files and automatically building them whenever you save. **Requires the watchr gem.** Should you encounter problems with installing dependencies or running the makefile commands, uninstall any previous versions (global and local) you may have installed, and then rerun `npm install`.