travis-web/Guardfile
2012-10-03 16:34:21 +02:00

8 lines
81 B
Ruby

$: << 'lib'
guard 'assets' do
watch(%r(^Assetfile))
watch(%r(^assets))
end