aboutsummaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorKevin W. Gisi <kevin@kevingisi.com>2010-08-03 13:10:59 +0800
committerBrandon Mathis <brandon@imathis.com>2010-08-03 19:57:01 +0800
commit9bd713395333411f4576498b2fbb190f7970901d (patch)
tree4e674a5f519dbd2dddaa9dcee09cc71abe23e604 /Rakefile
parent5ca3949740cdc2caab34aa518e0dbd6c9068d7db (diff)
downloadmy_new_personal_website-9bd713395333411f4576498b2fbb190f7970901d.tar.xz
my_new_personal_website-9bd713395333411f4576498b2fbb190f7970901d.zip
Fixed 'rake preview on fails vanilla install' bug
Diffstat (limited to '')
-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