Guardfile in shutterbug-0.0.11 vs Guardfile in shutterbug-0.1.0
- old
+ new
@@ -5,5 +5,10 @@
watch(%r{^spec/.+_spec\.rb$})
watch(%r{^lib/(.+)\.rb$}) { |m| "spec/#{m[1]}_spec.rb" }
watch('spec/spec_helper.rb') { "spec" }
end
+guard 'rack', :port => 9292 do
+ watch('Gemfile.lock')
+ watch('config.ru')
+ watch(%r{^(js|lib)/.*})
+end
\ No newline at end of file