mailcatcher/Guardfile

13 lines
250 B
Plaintext
Raw Normal View History

2011-05-29 09:32:38 -04:00
# Guardfile
# More info at https://github.com/guard/guard#readme
guard 'ego' do
watch 'Guardfile'
end
guard 'sass', :output => 'stylesheets' do
watch %r{^public/stylesheets/.+\.s[ac]ss}
end
guard 'coffeescript', :input => 'public/javascripts'