Skip to content

Commit

Permalink
Puma to also watch for changes to api/ folder
Browse files Browse the repository at this point in the history
  • Loading branch information
drnic committed Apr 29, 2012
1 parent 3f10906 commit 3c0d39f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/Guardfile
Expand Up @@ -3,7 +3,7 @@


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


guard 'minitest', :test_file_patterns => '*_test.rb' do guard 'minitest', :test_file_patterns => '*_test.rb' do
Expand Down

0 comments on commit 3c0d39f

Please sign in to comment.