Fixed 'rake preview on fails vanilla install' bug

This commit is contained in:
Kevin W. Gisi 2010-08-03 13:10:59 +08:00 committed by Brandon Mathis
parent 5ca3949740
commit 9bd7133953
1 changed files with 2 additions and 4 deletions

View File

@ -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
end