Aliased jekyll server to jekyll serve
This commit is contained in:
parent
2e73671cf4
commit
221c2f4c0e
|
@ -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]'
|
||||||
|
|
Loading…
Reference in New Issue