aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan Hess <[email protected]>2013-07-26 03:16:27 -0600
committerJordan Hess <[email protected]>2013-07-26 03:16:27 -0600
commitfe095d17a28b78279498bb6439b6b7f3cac06b72 (patch)
treec19c6d73fccb8639e81f513daa38602f93d9f837
parent2a51ebf671aca07cdb549c264a9b2c2dd3d7d540 (diff)
downloadbootstrap-fe095d17a28b78279498bb6439b6b7f3cac06b72.tar.xz
bootstrap-fe095d17a28b78279498bb6439b6b7f3cac06b72.zip
Changed old reference to "grunt bootstrap" to "grunt dist"
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index ab4c2b2da..2a885599b 100644
--- a/README.md
+++ b/README.md
@@ -64,8 +64,8 @@ When completed, you'll be able to run the various grunt commands provided.
#### Build - `grunt`
`grunt` runs the Recess compiler to rebuild the `/less` files and compile the docs. **Requires recess and uglify-js.**
-#### Compile CSS, and JavaScript - `grunt bootstrap`
-`grunt bootstrap` creates the `/bootstrap` directory with compiled files. **Requires recess and uglify-js.**
+#### Compile CSS, and JavaScript - `grunt dist`
+`grunt dist` creates the `/dist` directory with compiled files. **Requires recess and uglify-js.**
#### Tests - `grunt test`
Runs jshint and qunit tests headlessly in [phantomjs](http://code.google.com/p/phantomjs/) (used for ci). **Requires phantomjs.**