travis-web/Guardfile.phantom
2012-07-05 00:47:05 +02:00

7 lines
56 B
Plaintext

$: << 'lib'
guard 'specs' do
watch(%r(^public))
end