Commit b84d76cd authored by BaButtons's avatar BaButtons

Add deploy configuration with a port set option

Addressing tripit/slate#463
parent 28066ed2
...@@ -38,3 +38,7 @@ configure :build do ...@@ -38,3 +38,7 @@ configure :build do
# activate :asset_hash # activate :asset_hash
# activate :gzip # activate :gzip
end end
# Deploy Configuration
# If you want Middleman to listen on a different port, you can set that below
set :port, 4567
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment