Guard-Tilt

Guard to render templates.

Configuration

:context
# Class instantiated with path for template being rendered
:locals
# Hash returning instances of Hash for path, may respond to reload

# mangle the output path
Guard::Tilt.output_path = Guard::Tilt::OutputPath
# change root directory, useful for tests
Guard::Tilt.root = Dir.getwd

For details see the Guardfile template.

Installation

$ git clone git://github.com/boof/guard-tilt.git
$ cd guard-tilt
$ rake install

Setup

$ guard init tilt

Contributing to guard-tilt

Copyright © 2012 Florian Aßmann. See LICENSE.txt for further details.