From da2f817aeba689a1f558de6b7bddb86014a83642 Mon Sep 17 00:00:00 2001 From: BaButtons Date: Fri, 17 Feb 2017 22:30:07 +0500 Subject: [PATCH] Add deploy configuration with a port set option Addressing tripit/slate#463 --- config.rb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config.rb b/config.rb index cac85f6..25afc0b 100644 --- a/config.rb +++ b/config.rb @@ -38,3 +38,7 @@ # activate :asset_hash # activate :gzip end + +# Deploy Configuration +# If you want Middleman to listen on a different port, you can set that below +set :port, 4567