Skip to content

Commit

Permalink
[CS] Auto re-compile Java extension when it's changed
Browse files Browse the repository at this point in the history
  • Loading branch information
benlangfeld committed May 1, 2013
1 parent 702a35d commit 535fa04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Guardfile
@@ -1,5 +1,5 @@
guard 'rake', :task => 'compile' do
watch(%r{^ext/(.+)\.c$})
watch(%r{^ext/(.+)\.(c|java)$})
end

guard 'rspec', :cli => '--format documentation' do
Expand Down

0 comments on commit 535fa04

Please sign in to comment.