@ -131,7 +131,7 @@ namespace :site do
# Generate the site in server mode.
puts "Running Jekyll..."
Dir.chdir("site") do
sh "#{File.expand_path('bin/jekyll', File.dirname(__FILE__))} --server"
sh "#{File.expand_path('bin/jekyll', File.dirname(__FILE__))} serve --watch"
end