Sha256: a02e97894d7acc5f35e9f73cacb006ce03672a8567597fad644b9f70d70f16a3

Contents?: true

Size: 660 Bytes

Versions: 2

Compression:

Stored size: 660 Bytes

Contents

# Guard::Nanoc

This is a guard for [nanoc](http://nanoc.ws/).

Guard is a framework for listening to filesystem changes and acting upon them. Guard::Nanoc is a plugin for Guard that recompiles nanoc sites on changes.

## Installation

Add this line to your application's Gemfile:

    gem 'guard-nanoc'

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install guard-nanoc

## Usage

Enter the nanoc site directory for which you want to use Guard::Nanoc. Create a Guardfile using `guard init`:

    $ guard init nanoc

Execute guard:

    $ guard

Whenever you change a file in the nanoc site directory now, the site will be recompiled!

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
guard-nanoc-1.0.2 README.md
guard-nanoc-1.0.1 README.md