Sha256: 665efe25a3b9ea1a4bcd1f16f71efc4ca738dfb58992937b26591cb5ccb0071b

Contents?: true

Size: 537 Bytes

Versions: 2

Compression:

Stored size: 537 Bytes

Contents

# Sample guardfile block for Guard::Haml
# You can use some options to change guard-haml configuration
# :output => 'public'                   set output directory for compiled files
# :input => 'src'                       set input directory with haml files
# :run_at_start => true                 compile files when guard starts
# :notifications => true                send notifictions to Growl/libnotify/Notifu
# :haml_options => { :ugly => true }    pass options to the Haml engine

guard 'haml' do
  watch(/^.+(\.html\.haml)/)
end

Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
guard-haml-0.5 lib/guard/haml/templates/Guardfile
guard-haml-ext-0.6 lib/guard/haml/templates/Guardfile