Sha256: a33f8009e2e7672719d3515eefe1b2be3a18ff1e5f9f1742bff812a4e629728b

Contents?: true

Size: 550 Bytes

Versions: 1

Compression:

Stored size: 550 Bytes

Contents

###
# Sample Guardfile block for Guard::MtHaml
#
# :input           ("views/src") set input directory with haml files
# :output          ("views")     set output directory for compiled files
# :environment     ("php")       haml environment
# :notifications   (true)        toggle guard notifications
# :compress_output (false)       compress compiled haml files
# :static_files    (false)       compile haml to static html
# :run_at_start    (true)        compile files when guard starts
###
guard :mthaml, :input => "views/src", :output => "views"

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
guard-mthaml-0.2.5 lib/guard/mthaml/templates/Guardfile