travis-web/Guardfile
2012-06-22 12:14:00 +02:00

8 lines
81 B
Ruby

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