From b09a03afa239e0359247a31e9c23cc35bb92a955 Mon Sep 17 00:00:00 2001 From: Thomas Park Date: Mon, 7 Jul 2014 12:38:40 -0400 Subject: add grunt watch task, closes #281 --- help/index.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'help') 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 @@
  1. git clone https://github.com/thomaspark/bootswatch.git

  2. npm install

  3. -
  4. -

    Edit variables.less and bootswatch.less in one of the theme directories, or create your own in /custom.

    -
  5. +
  6. Edit variables.less and bootswatch.less in one of the theme directories, or create your own in /custom.

  7. Type grunt swatch:[theme] to build the CSS for a theme, e.g., grunt swatch:amelia for Amelia. Or type grunt swatch to build them all at once. To have grunt available in the command line, install grunt-cli as described on the Grunt Getting Started page.

  8. +
  9. You can also run grunt watch to watch for any changes to the LESS files and automatically build a theme on change.

Here are additional tips for customizing Bootstrap.

-- cgit v1.2.3