summaryrefslogtreecommitdiff
path: root/help
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2014-07-07 12:38:40 -0400
committerThomas Park <thomas@thomaspark.me>2014-07-07 12:38:40 -0400
commitb09a03afa239e0359247a31e9c23cc35bb92a955 (patch)
tree8ba4708906c8e8855b77c476745243bd46b50c8c /help
parent2524e18fd96fbfb74f216c8be135193678e9c154 (diff)
add grunt watch task, closes #281
Diffstat (limited to 'help')
-rw-r--r--help/index.html5
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>