flowerbox/Guardfile

12 lines
180 B
Plaintext
Raw Normal View History

2012-03-20 21:27:43 +00:00
# A sample Guardfile
# More info at https://github.com/guard/guard#readme
2012-03-22 13:52:45 +00:00
guard 'compass' do
watch('^sass/(.*)\.s[ac]ss')
end
guard 'haml' do
watch(/^.+(\.html\.haml)/)
end