diff --git a/Rakefile b/Rakefile index ef4e567..efa0d11 100644 --- a/Rakefile +++ b/Rakefile @@ -15,6 +15,6 @@ namespace :server do end task :reload do - %x{rerun --no-notify 'ruby server.rb'} + %x{rerun --ignore 'assets/*' --ignore 'public/*' --no-notify 'ruby server.rb'} end end