flowerbox/Guardfile
John Bintz 81396fa71c tweaks
2012-03-22 09:52:45 -04:00

12 lines
180 B
Ruby

# A sample Guardfile
# More info at https://github.com/guard/guard#readme
guard 'compass' do
watch('^sass/(.*)\.s[ac]ss')
end
guard 'haml' do
watch(/^.+(\.html\.haml)/)
end