flowerbox/Guardfile
2012-04-10 16:40:53 -04:00

12 lines
277 B
Ruby

# A sample Guardfile
# More info at https://github.com/guard/guard#readme
guard 'compass', :configuration_file => 'config/compass.rb' do
watch(%r{^sass/(.*)\.s[ac]ss$})
end
guard 'haml', :input => '_layouts/haml', :output => '_layouts' do
watch(/^.+(\.html\.haml)/)
end