2012-12-18 32 views

回答

3

您可以使用guard-rails

guard 'rails', :port => 5000 do 
    watch('Gemfile.lock') 
    watch(%r{^(config|lib)/.*}) 
end 
相關問題