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

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]'