aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Rakefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/Rakefile b/Rakefile
index f1a66c15..e8b69453 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{</urlset>}
puts "Created #{site}/sitemap.xml"
end
-end \ No newline at end of file
+end