]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Changed old reference to "grunt bootstrap" to "grunt dist"
authorJordan Hess <jordan.hess@gmail.com>
Fri, 26 Jul 2013 09:16:27 +0000 (03:16 -0600)
committerJordan Hess <jordan.hess@gmail.com>
Fri, 26 Jul 2013 09:16:27 +0000 (03:16 -0600)
README.md

index ab4c2b2da823ca2430a106e3d835515c0e354aa8..2a885599b8fedff51144bbc14f64a1e634a2b7c2 100644 (file)
--- 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.**