diff options
author | Sameer Siruguri <siruguri@gmail.com> | 2014-01-20 16:13:03 -0800 |
---|---|---|
committer | Sameer Siruguri <siruguri@gmail.com> | 2014-01-20 16:13:03 -0800 |
commit | 1cb08b618a5f7a71fe2e557fa989532b3fdf0b05 (patch) | |
tree | b6a2ebbde3520f3fcf856425311bd438dce0f72b /help/index.html | |
parent | f5027603540779cf5f342dfb18eeba9c5b6cb707 (diff) |
Added link to Grunt CLI in help index.html
Diffstat (limited to 'help/index.html')
-rw-r--r-- | help/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/help/index.html b/help/index.html index 27e0aa42..0bbdd181 100644 --- a/help/index.html +++ b/help/index.html @@ -104,7 +104,7 @@ <li> <p>Edit <code>variables.less</code> and <code>bootswatch.less</code> in one of the theme directories, or create your own in <code>/custom</code>.</p> </li> - <li><p>Type <code>grunt swatch:[theme]</code> to build the CSS for a theme, e.g., <code>grunt swatch:amelia</code> for Amelia. Or type <code>grunt swatch</code> to build them all at once.</p></li> + <li><p>Type <code>grunt swatch:[theme]</code> to build the CSS for a theme, e.g., <code>grunt swatch:amelia</code> for Amelia. Or type <code>grunt swatch</code> to build them all at once. To have <code>grunt</code> available in the command line, install <code>grunt-cli</code> as described on the <a href="http://gruntjs.com/getting-started">Grunt Getting Started page</a>.</p></li> </ol> <p>Here are additional tips for <a href="http://coding.smashingmagazine.com/2013/03/12/customizing-bootstrap/" target="_blank">customizing Bootstrap</a>.</p> |