From 221c2f4c0ec38052bbf3a6c96e8fcb48f2286ff9 Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Wed, 30 Jan 2013 23:30:04 +0100 Subject: [PATCH] Aliased jekyll server to jekyll serve --- bin/jekyll | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/jekyll b/bin/jekyll index 0034f75e..cd44da86 100755 --- a/bin/jekyll +++ b/bin/jekyll @@ -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 [options]'