diff options
Diffstat (limited to 'help')
-rw-r--r-- | help/index.html | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/help/index.html b/help/index.html index f6cc07c4..a43c1e1d 100644 --- a/help/index.html +++ b/help/index.html @@ -108,10 +108,9 @@ <ol> <li><p><code>git clone https://github.com/thomaspark/bootswatch.git</code></p></li> <li><p><code>npm install</code></p></li> - <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>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. 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> + <li><p>You can also run <code>grunt watch</code> to watch for any changes to the LESS files and automatically build a theme on change.</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> </div> |