Browse Source

Fixed 'rake preview on fails vanilla install' bug

unreleased_contents
Kevin W. Gisi 14 years ago
committed by Brandon Mathis
parent
commit
9bd7133953
  1. 4
      Rakefile

4
Rakefile

@ -182,9 +182,7 @@ task :stop_serve do
end end
desc "preview the site in a web browser" desc "preview the site in a web browser"
multitask :preview => [:generate, :start_serve, :watch] do task :preview => [:generate, :start_serve, :watch]
end
desc "Build an XML sitemap of all html files." desc "Build an XML sitemap of all html files."
task :sitemap do task :sitemap do

Loading…
Cancel
Save