diff options
author | Thomas Park <thomas@thomaspark.me> | 2014-01-20 19:16:16 -0800 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2014-01-20 19:16:16 -0800 |
commit | 2ffd0ca70b6f783e6e67db57831cf8908014d296 (patch) | |
tree | b6a2ebbde3520f3fcf856425311bd438dce0f72b | |
parent | f5027603540779cf5f342dfb18eeba9c5b6cb707 (diff) | |
parent | 1cb08b618a5f7a71fe2e557fa989532b3fdf0b05 (diff) |
Merge pull request #202 from siruguri/gh-pages
Added link to Grunt CLI in 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> |