Aliased jekyll server to jekyll serve

This commit is contained in:
Parker Moore 2013-01-30 23:30:04 +01:00
parent 2e73671cf4
commit 221c2f4c0e
1 changed files with 1 additions and 0 deletions

View File

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