From b84d76cd8379aee81f97a4a7a0a70839790215da Mon Sep 17 00:00:00 2001 From: BaButtons Date: Thu, 25 Feb 2016 15:23:17 -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 @@ configure :build do # 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