report success from a normal jekyll run

This commit is contained in:
Tom Preston-Werner 2008-12-23 00:47:24 -08:00
parent 8ed84a7590
commit a99e142163
1 changed files with 1 additions and 0 deletions

View File

@ -105,6 +105,7 @@ if options[:auto]
end
else
Jekyll.process(source, destination)
puts "Successfully generated site in #{destination}"
end
if options[:server]