Merge pull request #792 from mojombo/alias-serve-to-server

Aliased jekyll server to jekyll serve
This commit is contained in:
Parker Moore 2013-02-03 09:55:14 -08:00
commit f002ee4f9f
1 changed files with 1 additions and 0 deletions

View File

@ -53,6 +53,7 @@ command :serve do |c|
Jekyll::Commands::Serve.process(options)
end
end
alias_command :server, :serve
command :import do |c|
c.syntax = 'jekyll import <platform> [options]'