guard-rails/lib/guard/rails/templates/Guardfile

6 lines
76 B
Ruby

guard 'rails' do
watch('Gemfile.lock')
watch(%r{^(config|lib)/.*})
end