diff options
| author | Mark Otto <[email protected]> | 2013-07-26 14:15:48 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-07-26 14:15:48 -0700 |
| commit | 5dd2bff38c9ed23b94aae2b7b1228f62360cc0c7 (patch) | |
| tree | 251b271b290875bacbd7e500c27c117962a03ccb | |
| parent | fd6f7dcce190ded570a1282f47d4154a82096eb9 (diff) | |
| download | bootstrap-5dd2bff38c9ed23b94aae2b7b1228f62360cc0c7.tar.xz bootstrap-5dd2bff38c9ed23b94aae2b7b1228f62360cc0c7.zip | |
more readme clarity and reorg--think this makes more sense now
| -rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -56,16 +56,16 @@ From the command line: 1. Install `grunt-cli` globally with `npm install -g grunt-cli`. 2. Install the [necessary local dependencies](package.json) via `npm install` -When completed, you'll be able to run the various Grunt commands provided. +When completed, you'll be able to run the various Grunt commands provided from the command line. **Unfamiliar with `npm`? Don't have node installed?** That's a-okay. npm stands for [node packaged modules](http://npmjs.org/) and is a way to manage development dependencies through node.js. [Download and install node.js](http://nodejs.org/download/) before proceeding. ### Available Grunt commands #### Build - `grunt` -`grunt` runs the Recess compiler to rebuild the `/less` files and compile the docs. **Requires recess and uglify-js.** +Run `grunt` to run tests locally and compile the CSS and JavaScript into `/dist`. **Requires recess and uglify-js.** -#### Compile CSS, and JavaScript - `grunt dist` +#### Only compile CSS and JavaScript - `grunt dist` `grunt dist` creates the `/dist` directory with compiled files. **Requires recess and uglify-js.** #### Tests - `grunt test` |
