Middleman Dotenv

Integrates Dotenv into Middleman

Features / Usage Examples

Installation

Add middleman-dotenv to your Gemfile, open your config.rb and add the following right at the top of the file

activate :dotenv
# Use environment specific .env files
configure :development do
  activate :dotenv, :env => '.env.development'
end

configure :build do
  activate :dotenv, :env => '.env.build'
end

Badges

Gem Version Build Status Code Quality Coverage Status Gittip

Supported Ruby Versions

This library aims to support and is tested against the following Ruby implementations:

Credits