Sha256: 8062afe1a7cea2be388368eed2959afe22878aa18c93fd8dde9e4aae526ac35c
Contents?: true
Size: 625 Bytes
Versions: 3
Compression:
Stored size: 625 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 ## Usage Enter the nanoc site directory for which you want to use Guard::Nanoc. Create a Guardfile using `guard init`: $ bundle exec guard init nanoc Execute guard: $ bundle exec guard Whenever you change a file in the nanoc site directory now, the site will be recompiled!
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
guard-nanoc-2.0.0 | README.md |
guard-nanoc-2.0.0b1 | README.md |
guard-nanoc-1.0.3 | README.md |