mirror of
https://github.com/moparisthebest/android.moparisthebest.org
synced 2025-01-11 13:48:37 -05:00
Fixed 'rake preview on fails vanilla install' bug
This commit is contained in:
parent
5ca3949740
commit
9bd7133953
6
Rakefile
6
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
|
||||||
@ -217,4 +215,4 @@ task :sitemap do
|
|||||||
sitemap.puts %Q{</urlset>}
|
sitemap.puts %Q{</urlset>}
|
||||||
puts "Created #{site}/sitemap.xml"
|
puts "Created #{site}/sitemap.xml"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user