Skip to content

Instantly share code, notes, and snippets.

@tdreyno
Created March 12, 2012 22:01
Show Gist options
  • Save tdreyno/2024985 to your computer and use it in GitHub Desktop.
Save tdreyno/2024985 to your computer and use it in GitHub Desktop.
WHICH_MODE="server1" middleman build
if ENV["WHICH_MODE"] == "server1"
set :var, 1
else
set :var, 2
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment