diff --git a/Rakefile b/Rakefile index f1a66c1..e8b6945 100644 --- a/Rakefile +++ b/Rakefile @@ -182,9 +182,7 @@ task :stop_serve do end desc "preview the site in a web browser" -multitask :preview => [:generate, :start_serve, :watch] do -end - +task :preview => [:generate, :start_serve, :watch] desc "Build an XML sitemap of all html files." task :sitemap do @@ -217,4 +215,4 @@ task :sitemap do sitemap.puts %Q{} puts "Created #{site}/sitemap.xml" end -end \ No newline at end of file +end