class Middleman::Cli::Bundle

A initializing Bundler

def bundle

The setup task
def bundle
  run('bundle install --without development test')#, :capture => true)
end