kemal/Guardfile

5 lines
120 B
Plaintext
Raw Normal View History

2015-10-28 15:37:51 +00:00
guard 'process', :name => 'Spec', :command => 'crystal spec' do
watch(/spec\/(.*).cr$/)
watch(/src\/(.*).cr$/)
end