Fixed 'rake preview on fails vanilla install' bug
This commit is contained in:
parent
5ca3949740
commit
9bd7133953
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…
Reference in New Issue
Block a user